Symbol: MTRR_IOCTL_BASE
arch/x86/include/asm/mtrr.h
129
#define MTRRIOC32_ADD_ENTRY _IOW(MTRR_IOCTL_BASE, 0, struct mtrr_sentry32)
arch/x86/include/asm/mtrr.h
130
#define MTRRIOC32_SET_ENTRY _IOW(MTRR_IOCTL_BASE, 1, struct mtrr_sentry32)
arch/x86/include/asm/mtrr.h
131
#define MTRRIOC32_DEL_ENTRY _IOW(MTRR_IOCTL_BASE, 2, struct mtrr_sentry32)
arch/x86/include/asm/mtrr.h
132
#define MTRRIOC32_GET_ENTRY _IOWR(MTRR_IOCTL_BASE, 3, struct mtrr_gentry32)
arch/x86/include/asm/mtrr.h
133
#define MTRRIOC32_KILL_ENTRY _IOW(MTRR_IOCTL_BASE, 4, struct mtrr_sentry32)
arch/x86/include/asm/mtrr.h
134
#define MTRRIOC32_ADD_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 5, struct mtrr_sentry32)
arch/x86/include/asm/mtrr.h
135
#define MTRRIOC32_SET_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 6, struct mtrr_sentry32)
arch/x86/include/asm/mtrr.h
136
#define MTRRIOC32_DEL_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 7, struct mtrr_sentry32)
arch/x86/include/asm/mtrr.h
137
#define MTRRIOC32_GET_PAGE_ENTRY _IOWR(MTRR_IOCTL_BASE, 8, struct mtrr_gentry32)
arch/x86/include/asm/mtrr.h
139
_IOW(MTRR_IOCTL_BASE, 9, struct mtrr_sentry32)
arch/x86/include/uapi/asm/mtrr.h
88
#define MTRRIOC_ADD_ENTRY _IOW(MTRR_IOCTL_BASE, 0, struct mtrr_sentry)
arch/x86/include/uapi/asm/mtrr.h
89
#define MTRRIOC_SET_ENTRY _IOW(MTRR_IOCTL_BASE, 1, struct mtrr_sentry)
arch/x86/include/uapi/asm/mtrr.h
90
#define MTRRIOC_DEL_ENTRY _IOW(MTRR_IOCTL_BASE, 2, struct mtrr_sentry)
arch/x86/include/uapi/asm/mtrr.h
91
#define MTRRIOC_GET_ENTRY _IOWR(MTRR_IOCTL_BASE, 3, struct mtrr_gentry)
arch/x86/include/uapi/asm/mtrr.h
92
#define MTRRIOC_KILL_ENTRY _IOW(MTRR_IOCTL_BASE, 4, struct mtrr_sentry)
arch/x86/include/uapi/asm/mtrr.h
93
#define MTRRIOC_ADD_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 5, struct mtrr_sentry)
arch/x86/include/uapi/asm/mtrr.h
94
#define MTRRIOC_SET_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 6, struct mtrr_sentry)
arch/x86/include/uapi/asm/mtrr.h
95
#define MTRRIOC_DEL_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 7, struct mtrr_sentry)
arch/x86/include/uapi/asm/mtrr.h
96
#define MTRRIOC_GET_PAGE_ENTRY _IOWR(MTRR_IOCTL_BASE, 8, struct mtrr_gentry)
arch/x86/include/uapi/asm/mtrr.h
97
#define MTRRIOC_KILL_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 9, struct mtrr_sentry)