mtrr_sentry32     117 arch/x86/include/asm/mtrr.h #define MTRRIOC32_ADD_ENTRY      _IOW(MTRR_IOCTL_BASE,  0, struct mtrr_sentry32)
mtrr_sentry32     118 arch/x86/include/asm/mtrr.h #define MTRRIOC32_SET_ENTRY      _IOW(MTRR_IOCTL_BASE,  1, struct mtrr_sentry32)
mtrr_sentry32     119 arch/x86/include/asm/mtrr.h #define MTRRIOC32_DEL_ENTRY      _IOW(MTRR_IOCTL_BASE,  2, struct mtrr_sentry32)
mtrr_sentry32     121 arch/x86/include/asm/mtrr.h #define MTRRIOC32_KILL_ENTRY     _IOW(MTRR_IOCTL_BASE,  4, struct mtrr_sentry32)
mtrr_sentry32     122 arch/x86/include/asm/mtrr.h #define MTRRIOC32_ADD_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE,  5, struct mtrr_sentry32)
mtrr_sentry32     123 arch/x86/include/asm/mtrr.h #define MTRRIOC32_SET_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE,  6, struct mtrr_sentry32)
mtrr_sentry32     124 arch/x86/include/asm/mtrr.h #define MTRRIOC32_DEL_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE,  7, struct mtrr_sentry32)
mtrr_sentry32     127 arch/x86/include/asm/mtrr.h 				 _IOW(MTRR_IOCTL_BASE,  9, struct mtrr_sentry32)