Searched refs:mtrr_sentry (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/arch/x86/include/asm/ |
D | mtrr.h | 32 struct mtrr_sentry { struct 87 #define MTRRIOC_ADD_ENTRY _IOW(MTRR_IOCTL_BASE, 0, struct mtrr_sentry) 88 #define MTRRIOC_SET_ENTRY _IOW(MTRR_IOCTL_BASE, 1, struct mtrr_sentry) 89 #define MTRRIOC_DEL_ENTRY _IOW(MTRR_IOCTL_BASE, 2, struct mtrr_sentry) 91 #define MTRRIOC_KILL_ENTRY _IOW(MTRR_IOCTL_BASE, 4, struct mtrr_sentry) 92 #define MTRRIOC_ADD_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 5, struct mtrr_sentry) 93 #define MTRRIOC_SET_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 6, struct mtrr_sentry) 94 #define MTRRIOC_DEL_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 7, struct mtrr_sentry) 96 #define MTRRIOC_KILL_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 9, struct mtrr_sentry)
|
/linux-2.6.39/arch/x86/kernel/cpu/mtrr/ |
D | if.c | 171 struct mtrr_sentry sentry; in mtrr_ioctl()
|
/linux-2.6.39/Documentation/x86/ |
D | mtrr.txt | 265 struct mtrr_sentry sentry;
|