MTRR_IOCTL_BASE   116 arch/x86/include/asm/mtrr.h #define MTRRIOC32_ADD_ENTRY      _IOW(MTRR_IOCTL_BASE,  0, struct mtrr_sentry32)
MTRR_IOCTL_BASE   117 arch/x86/include/asm/mtrr.h #define MTRRIOC32_SET_ENTRY      _IOW(MTRR_IOCTL_BASE,  1, struct mtrr_sentry32)
MTRR_IOCTL_BASE   118 arch/x86/include/asm/mtrr.h #define MTRRIOC32_DEL_ENTRY      _IOW(MTRR_IOCTL_BASE,  2, struct mtrr_sentry32)
MTRR_IOCTL_BASE   119 arch/x86/include/asm/mtrr.h #define MTRRIOC32_GET_ENTRY      _IOWR(MTRR_IOCTL_BASE, 3, struct mtrr_gentry32)
MTRR_IOCTL_BASE   120 arch/x86/include/asm/mtrr.h #define MTRRIOC32_KILL_ENTRY     _IOW(MTRR_IOCTL_BASE,  4, struct mtrr_sentry32)
MTRR_IOCTL_BASE   121 arch/x86/include/asm/mtrr.h #define MTRRIOC32_ADD_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE,  5, struct mtrr_sentry32)
MTRR_IOCTL_BASE   122 arch/x86/include/asm/mtrr.h #define MTRRIOC32_SET_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE,  6, struct mtrr_sentry32)
MTRR_IOCTL_BASE   123 arch/x86/include/asm/mtrr.h #define MTRRIOC32_DEL_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE,  7, struct mtrr_sentry32)
MTRR_IOCTL_BASE   124 arch/x86/include/asm/mtrr.h #define MTRRIOC32_GET_PAGE_ENTRY _IOWR(MTRR_IOCTL_BASE, 8, struct mtrr_gentry32)
MTRR_IOCTL_BASE   126 arch/x86/include/asm/mtrr.h 				 _IOW(MTRR_IOCTL_BASE,  9, struct mtrr_sentry32)
MTRR_IOCTL_BASE    96 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_ADD_ENTRY        _IOW(MTRR_IOCTL_BASE,  0, struct mtrr_sentry)
MTRR_IOCTL_BASE    97 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_SET_ENTRY        _IOW(MTRR_IOCTL_BASE,  1, struct mtrr_sentry)
MTRR_IOCTL_BASE    98 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_DEL_ENTRY        _IOW(MTRR_IOCTL_BASE,  2, struct mtrr_sentry)
MTRR_IOCTL_BASE    99 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_GET_ENTRY        _IOWR(MTRR_IOCTL_BASE, 3, struct mtrr_gentry)
MTRR_IOCTL_BASE   100 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_KILL_ENTRY       _IOW(MTRR_IOCTL_BASE,  4, struct mtrr_sentry)
MTRR_IOCTL_BASE   101 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_ADD_PAGE_ENTRY   _IOW(MTRR_IOCTL_BASE,  5, struct mtrr_sentry)
MTRR_IOCTL_BASE   102 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_SET_PAGE_ENTRY   _IOW(MTRR_IOCTL_BASE,  6, struct mtrr_sentry)
MTRR_IOCTL_BASE   103 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_DEL_PAGE_ENTRY   _IOW(MTRR_IOCTL_BASE,  7, struct mtrr_sentry)
MTRR_IOCTL_BASE   104 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_GET_PAGE_ENTRY   _IOWR(MTRR_IOCTL_BASE, 8, struct mtrr_gentry)
MTRR_IOCTL_BASE   105 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_KILL_PAGE_ENTRY  _IOW(MTRR_IOCTL_BASE,  9, struct mtrr_sentry)