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

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

File Facts

System
Linux kernel
Corpus path
arch/s390/include/uapi/asm/vmcp.h
Extension
.h
Size
737 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

#ifndef _UAPI_ASM_VMCP_H
#define _UAPI_ASM_VMCP_H

#include <linux/ioctl.h>

#define VMCP_GETCODE	_IOR(0x10, 1, int)
#define VMCP_SETBUF	_IOW(0x10, 2, int)
#define VMCP_GETSIZE	_IOR(0x10, 3, int)

#endif /* _UAPI_ASM_VMCP_H */

Annotation

Implementation Notes