arch/powerpc/include/uapi/asm/vas-api.h

Source file repositories/reference/linux-study-clean/arch/powerpc/include/uapi/asm/vas-api.h

File Facts

System
Linux kernel
Corpus path
arch/powerpc/include/uapi/asm/vas-api.h
Extension
.h
Size
664 bytes
Lines
29
Domain
Architecture Layer
Bucket
arch/powerpc
Inferred role
Architecture Layer: implementation source
Status
source implementation candidate

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

struct vas_tx_win_open_attr {
	__u32	version;
	__s16	vas_id;	/* specific instance of vas or -1 for default */
	__u16	reserved1;
	__u64	flags;
	__u64	reserved2[6];
};

#endif /* _UAPI_MISC_VAS_H */

Annotation

Implementation Notes