mtrr_sentry       154 arch/x86/kernel/cpu/mtrr/if.c 	struct mtrr_sentry sentry;
mtrr_sentry        61 include/asm-x86/mtrr.h #define MTRRIOC_ADD_ENTRY        _IOW(MTRR_IOCTL_BASE,  0, struct mtrr_sentry)
mtrr_sentry        62 include/asm-x86/mtrr.h #define MTRRIOC_SET_ENTRY        _IOW(MTRR_IOCTL_BASE,  1, struct mtrr_sentry)
mtrr_sentry        63 include/asm-x86/mtrr.h #define MTRRIOC_DEL_ENTRY        _IOW(MTRR_IOCTL_BASE,  2, struct mtrr_sentry)
mtrr_sentry        65 include/asm-x86/mtrr.h #define MTRRIOC_KILL_ENTRY       _IOW(MTRR_IOCTL_BASE,  4, struct mtrr_sentry)
mtrr_sentry        66 include/asm-x86/mtrr.h #define MTRRIOC_ADD_PAGE_ENTRY   _IOW(MTRR_IOCTL_BASE,  5, struct mtrr_sentry)
mtrr_sentry        67 include/asm-x86/mtrr.h #define MTRRIOC_SET_PAGE_ENTRY   _IOW(MTRR_IOCTL_BASE,  6, struct mtrr_sentry)
mtrr_sentry        68 include/asm-x86/mtrr.h #define MTRRIOC_DEL_PAGE_ENTRY   _IOW(MTRR_IOCTL_BASE,  7, struct mtrr_sentry)
mtrr_sentry        70 include/asm-x86/mtrr.h #define MTRRIOC_KILL_PAGE_ENTRY  _IOW(MTRR_IOCTL_BASE,  9, struct mtrr_sentry)