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

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

File Facts

System
Linux kernel
Corpus path
arch/s390/include/uapi/asm/sclp_ctl.h
Extension
.h
Size
465 bytes
Lines
26
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 sclp_ctl_sccb {
	__u32	cmdw;
	__u64	sccb;
} __attribute__((packed));

#define SCLP_CTL_IOCTL_MAGIC 0x10

#define SCLP_CTL_SCCB \
	_IOWR(SCLP_CTL_IOCTL_MAGIC, 0x10, struct sclp_ctl_sccb)

#endif

Annotation

Implementation Notes