Home
last modified time | relevance | path

Searched refs:mtrr_sentry32 (Results 1 – 2 of 2) sorted by relevance

/linux/arch/x86/include/asm/
H A Dmtrr.h114 struct mtrr_sentry32 { struct
129 #define MTRRIOC32_ADD_ENTRY _IOW(MTRR_IOCTL_BASE, 0, struct mtrr_sentry32) argument
130 #define MTRRIOC32_SET_ENTRY _IOW(MTRR_IOCTL_BASE, 1, struct mtrr_sentry32)
131 #define MTRRIOC32_DEL_ENTRY _IOW(MTRR_IOCTL_BASE, 2, struct mtrr_sentry32)
133 #define MTRRIOC32_KILL_ENTRY _IOW(MTRR_IOCTL_BASE, 4, struct mtrr_sentry32)
134 #define MTRRIOC32_ADD_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 5, struct mtrr_sentry32)
135 #define MTRRIOC32_SET_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 6, struct mtrr_sentry32)
136 #define MTRRIOC32_DEL_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 7, struct mtrr_sentry32)
139 _IOW(MTRR_IOCTL_BASE, 9, struct mtrr_sentry32)
/linux/arch/x86/kernel/cpu/mtrr/
H A Dif.c191 struct mtrr_sentry32 __user *s32; in mtrr_ioctl()
193 s32 = (struct mtrr_sentry32 __user *)__arg; in mtrr_ioctl()