Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/include/asm/
A Dmtrr.h95 struct mtrr_sentry32 { struct
110 #define MTRRIOC32_ADD_ENTRY _IOW(MTRR_IOCTL_BASE, 0, struct mtrr_sentry32) argument
111 #define MTRRIOC32_SET_ENTRY _IOW(MTRR_IOCTL_BASE, 1, struct mtrr_sentry32)
112 #define MTRRIOC32_DEL_ENTRY _IOW(MTRR_IOCTL_BASE, 2, struct mtrr_sentry32)
114 #define MTRRIOC32_KILL_ENTRY _IOW(MTRR_IOCTL_BASE, 4, struct mtrr_sentry32)
115 #define MTRRIOC32_ADD_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 5, struct mtrr_sentry32)
116 #define MTRRIOC32_SET_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 6, struct mtrr_sentry32)
117 #define MTRRIOC32_DEL_PAGE_ENTRY _IOW(MTRR_IOCTL_BASE, 7, struct mtrr_sentry32)
120 _IOW(MTRR_IOCTL_BASE, 9, struct mtrr_sentry32)
/linux-6.3-rc2/arch/x86/kernel/cpu/mtrr/
A Dif.c193 struct mtrr_sentry32 __user *s32; in mtrr_ioctl()
195 s32 = (struct mtrr_sentry32 __user *)__arg; in mtrr_ioctl()

Completed in 3 milliseconds