arch/s390/include/uapi/asm/chpid.h

Source file repositories/reference/linux-study-clean/arch/s390/include/uapi/asm/chpid.h

File Facts

System
Linux kernel
Corpus path
arch/s390/include/uapi/asm/chpid.h
Extension
.h
Size
456 bytes
Lines
24
Domain
Architecture Layer
Bucket
arch/s390
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 chp_id {
	__u8 reserved1;
	__u8 cssid;
	__u8 reserved2;
	__u8 id;
} __attribute__((packed));


#endif /* _UAPI_ASM_S390_CHPID_H */

Annotation

Implementation Notes