Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmtrr.h107 struct mtrr_gentry32 { struct
119 #define MTRRIOC32_GET_ENTRY _IOWR(MTRR_IOCTL_BASE, 3, struct mtrr_gentry32) argument
124 #define MTRRIOC32_GET_PAGE_ENTRY _IOWR(MTRR_IOCTL_BASE, 8, struct mtrr_gentry32)
/Linux-v4.19/arch/x86/kernel/cpu/mtrr/
Dif.c206 struct mtrr_gentry32 __user *g32; in mtrr_ioctl()
208 g32 = (struct mtrr_gentry32 __user *)__arg; in mtrr_ioctl()
341 struct mtrr_gentry32 __user *g32; in mtrr_ioctl()
343 g32 = (struct mtrr_gentry32 __user *)__arg; in mtrr_ioctl()