mtrr_sentry32     116 arch/x86/include/asm/mtrr.h #define MTRRIOC32_ADD_ENTRY      _IOW(MTRR_IOCTL_BASE,  0, struct mtrr_sentry32)
mtrr_sentry32     117 arch/x86/include/asm/mtrr.h #define MTRRIOC32_SET_ENTRY      _IOW(MTRR_IOCTL_BASE,  1, struct mtrr_sentry32)
mtrr_sentry32     118 arch/x86/include/asm/mtrr.h #define MTRRIOC32_DEL_ENTRY      _IOW(MTRR_IOCTL_BASE,  2, struct mtrr_sentry32)
mtrr_sentry32     120 arch/x86/include/asm/mtrr.h #define MTRRIOC32_KILL_ENTRY     _IOW(MTRR_IOCTL_BASE,  4, struct mtrr_sentry32)
mtrr_sentry32     121 arch/x86/include/asm/mtrr.h #define MTRRIOC32_ADD_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE,  5, struct mtrr_sentry32)
mtrr_sentry32     122 arch/x86/include/asm/mtrr.h #define MTRRIOC32_SET_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE,  6, struct mtrr_sentry32)
mtrr_sentry32     123 arch/x86/include/asm/mtrr.h #define MTRRIOC32_DEL_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE,  7, struct mtrr_sentry32)
mtrr_sentry32     126 arch/x86/include/asm/mtrr.h 				 _IOW(MTRR_IOCTL_BASE,  9, struct mtrr_sentry32)
mtrr_sentry32     196 arch/x86/kernel/cpu/mtrr/if.c 		struct mtrr_sentry32 __user *s32;
mtrr_sentry32     198 arch/x86/kernel/cpu/mtrr/if.c 		s32 = (struct mtrr_sentry32 __user *)__arg;