mtrr_sentry        96 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_ADD_ENTRY        _IOW(MTRR_IOCTL_BASE,  0, struct mtrr_sentry)
mtrr_sentry        97 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_SET_ENTRY        _IOW(MTRR_IOCTL_BASE,  1, struct mtrr_sentry)
mtrr_sentry        98 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_DEL_ENTRY        _IOW(MTRR_IOCTL_BASE,  2, struct mtrr_sentry)
mtrr_sentry       100 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_KILL_ENTRY       _IOW(MTRR_IOCTL_BASE,  4, struct mtrr_sentry)
mtrr_sentry       101 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_ADD_PAGE_ENTRY   _IOW(MTRR_IOCTL_BASE,  5, struct mtrr_sentry)
mtrr_sentry       102 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_SET_PAGE_ENTRY   _IOW(MTRR_IOCTL_BASE,  6, struct mtrr_sentry)
mtrr_sentry       103 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_DEL_PAGE_ENTRY   _IOW(MTRR_IOCTL_BASE,  7, struct mtrr_sentry)
mtrr_sentry       105 arch/x86/include/uapi/asm/mtrr.h #define MTRRIOC_KILL_PAGE_ENTRY  _IOW(MTRR_IOCTL_BASE,  9, struct mtrr_sentry)
mtrr_sentry       164 arch/x86/kernel/cpu/mtrr/if.c 	struct mtrr_sentry sentry;