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

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

File Facts

System
Linux kernel
Corpus path
arch/s390/include/uapi/asm/schid.h
Extension
.h
Size
382 bytes
Lines
21
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 subchannel_id {
	__u32 cssid : 8;
	__u32 : 4;
	__u32 m : 1;
	__u32 ssid : 2;
	__u32 one : 1;
	__u32 sch_no : 16;
} __attribute__ ((packed, aligned(4)));

#endif /* __ASSEMBLER__ */

#endif /* _UAPIASM_SCHID_H */

Annotation

Implementation Notes