Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmtrr.h44 struct mtrr_gentry { struct
59 struct mtrr_gentry { argument
98 #define MTRRIOC_GET_ENTRY _IOWR(MTRR_IOCTL_BASE, 3, struct mtrr_gentry)
103 #define MTRRIOC_GET_PAGE_ENTRY _IOWR(MTRR_IOCTL_BASE, 8, struct mtrr_gentry)
/arch/x86/kernel/cpu/mtrr/
Dif.c173 struct mtrr_gentry gentry; in mtrr_ioctl()