MTRR_IOCTL_BASE    61 include/asm-x86/mtrr.h #define MTRRIOC_ADD_ENTRY        _IOW(MTRR_IOCTL_BASE,  0, struct mtrr_sentry)
MTRR_IOCTL_BASE    62 include/asm-x86/mtrr.h #define MTRRIOC_SET_ENTRY        _IOW(MTRR_IOCTL_BASE,  1, struct mtrr_sentry)
MTRR_IOCTL_BASE    63 include/asm-x86/mtrr.h #define MTRRIOC_DEL_ENTRY        _IOW(MTRR_IOCTL_BASE,  2, struct mtrr_sentry)
MTRR_IOCTL_BASE    64 include/asm-x86/mtrr.h #define MTRRIOC_GET_ENTRY        _IOWR(MTRR_IOCTL_BASE, 3, struct mtrr_gentry)
MTRR_IOCTL_BASE    65 include/asm-x86/mtrr.h #define MTRRIOC_KILL_ENTRY       _IOW(MTRR_IOCTL_BASE,  4, struct mtrr_sentry)
MTRR_IOCTL_BASE    66 include/asm-x86/mtrr.h #define MTRRIOC_ADD_PAGE_ENTRY   _IOW(MTRR_IOCTL_BASE,  5, struct mtrr_sentry)
MTRR_IOCTL_BASE    67 include/asm-x86/mtrr.h #define MTRRIOC_SET_PAGE_ENTRY   _IOW(MTRR_IOCTL_BASE,  6, struct mtrr_sentry)
MTRR_IOCTL_BASE    68 include/asm-x86/mtrr.h #define MTRRIOC_DEL_PAGE_ENTRY   _IOW(MTRR_IOCTL_BASE,  7, struct mtrr_sentry)
MTRR_IOCTL_BASE    69 include/asm-x86/mtrr.h #define MTRRIOC_GET_PAGE_ENTRY   _IOWR(MTRR_IOCTL_BASE, 8, struct mtrr_gentry)
MTRR_IOCTL_BASE    70 include/asm-x86/mtrr.h #define MTRRIOC_KILL_PAGE_ENTRY  _IOW(MTRR_IOCTL_BASE,  9, struct mtrr_sentry)
MTRR_IOCTL_BASE   158 include/asm-x86/mtrr.h #define MTRRIOC32_ADD_ENTRY      _IOW(MTRR_IOCTL_BASE,  0, struct mtrr_sentry32)
MTRR_IOCTL_BASE   159 include/asm-x86/mtrr.h #define MTRRIOC32_SET_ENTRY      _IOW(MTRR_IOCTL_BASE,  1, struct mtrr_sentry32)
MTRR_IOCTL_BASE   160 include/asm-x86/mtrr.h #define MTRRIOC32_DEL_ENTRY      _IOW(MTRR_IOCTL_BASE,  2, struct mtrr_sentry32)
MTRR_IOCTL_BASE   161 include/asm-x86/mtrr.h #define MTRRIOC32_GET_ENTRY      _IOWR(MTRR_IOCTL_BASE, 3, struct mtrr_gentry32)
MTRR_IOCTL_BASE   162 include/asm-x86/mtrr.h #define MTRRIOC32_KILL_ENTRY     _IOW(MTRR_IOCTL_BASE,  4, struct mtrr_sentry32)
MTRR_IOCTL_BASE   163 include/asm-x86/mtrr.h #define MTRRIOC32_ADD_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE,  5, struct mtrr_sentry32)
MTRR_IOCTL_BASE   164 include/asm-x86/mtrr.h #define MTRRIOC32_SET_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE,  6, struct mtrr_sentry32)
MTRR_IOCTL_BASE   165 include/asm-x86/mtrr.h #define MTRRIOC32_DEL_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE,  7, struct mtrr_sentry32)
MTRR_IOCTL_BASE   166 include/asm-x86/mtrr.h #define MTRRIOC32_GET_PAGE_ENTRY _IOWR(MTRR_IOCTL_BASE, 8, struct mtrr_gentry32)
MTRR_IOCTL_BASE   168 include/asm-x86/mtrr.h 				 _IOW(MTRR_IOCTL_BASE,  9, struct mtrr_sentry32)