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

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

File Facts

System
Linux kernel
Corpus path
arch/s390/include/uapi/asm/diag.h
Extension
.h
Size
811 bytes
Lines
33
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 diag324_pib {
	__u64 address;
	__u64 sequence;
};

struct diag310_memtop {
	__u64 address;
	__u64 nesting_lvl;
};

/* Diag ioctl definitions */
#define DIAG324_GET_PIBBUF	_IOWR(DIAG_MAGIC_STR, 0x77, struct diag324_pib)
#define DIAG324_GET_PIBLEN	_IOR(DIAG_MAGIC_STR, 0x78, size_t)
#define DIAG310_GET_STRIDE	_IOR(DIAG_MAGIC_STR, 0x79, size_t)
#define DIAG310_GET_MEMTOPLEN	_IOWR(DIAG_MAGIC_STR, 0x7a, size_t)
#define DIAG310_GET_MEMTOPBUF	_IOWR(DIAG_MAGIC_STR, 0x7b, struct diag310_memtop)

#endif /* __S390_UAPI_ASM_DIAG_H */

Annotation

Implementation Notes