Home
last modified time | relevance | path

Searched refs:mtrr_sentry32 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dmtrr.h101 struct mtrr_sentry32 { struct
116 #define MTRRIOC32_ADD_ENTRY _IOW(MTRR_IOCTL_BASE, 0, struct mtrr_sentry32)
117 #define MTRRIOC32_SET_ENTRY _IOW(MTRR_IOCTL_BASE, 1, struct mtrr_sentry32)
118 #define MTRRIOC32_DEL_ENTRY _IOW(MTRR_IOCTL_BASE, 2, struct mtrr_sentry32)
120 #define MTRRIOC32_KILL_ENTRY _IOW(MTRR_IOCTL_BASE, 4, struct mtrr_sentry32)
121 #define MTRRIOC32_ADD_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 5, struct mtrr_sentry32)
122 #define MTRRIOC32_SET_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 6, struct mtrr_sentry32)
123 #define MTRRIOC32_DEL_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 7, struct mtrr_sentry32)
126 _IOW(MTRR_IOCTL_BASE, 9, struct mtrr_sentry32)
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmtrr.h129 struct mtrr_sentry32 { struct
144 #define MTRRIOC32_ADD_ENTRY _IOW(MTRR_IOCTL_BASE, 0, struct mtrr_sentry32)
145 #define MTRRIOC32_SET_ENTRY _IOW(MTRR_IOCTL_BASE, 1, struct mtrr_sentry32)
146 #define MTRRIOC32_DEL_ENTRY _IOW(MTRR_IOCTL_BASE, 2, struct mtrr_sentry32)
148 #define MTRRIOC32_KILL_ENTRY _IOW(MTRR_IOCTL_BASE, 4, struct mtrr_sentry32)
149 #define MTRRIOC32_ADD_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 5, struct mtrr_sentry32)
150 #define MTRRIOC32_SET_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 6, struct mtrr_sentry32)
151 #define MTRRIOC32_DEL_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 7, struct mtrr_sentry32)
154 _IOW(MTRR_IOCTL_BASE, 9, struct mtrr_sentry32)
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/
H A Dif.c193 struct mtrr_sentry32 __user *s32; in mtrr_ioctl()
195 s32 = (struct mtrr_sentry32 __user *)__arg; in mtrr_ioctl()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mtrr/
H A Dif.c193 struct mtrr_sentry32 __user *s32; in mtrr_ioctl()
195 s32 = (struct mtrr_sentry32 __user *)__arg; in mtrr_ioctl()

Completed in 2 milliseconds