Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/x86_64/ia32/
Dia32_ioctl.c3453 struct mtrr_gentry32 struct
3466 #define MTRRIOC32_GET_ENTRY _IOWR(MTRR_IOCTL_BASE, 3, struct mtrr_gentry32) argument
3471 #define MTRRIOC32_GET_PAGE_ENTRY _IOWR(MTRR_IOCTL_BASE, 8, struct mtrr_gentry32)
3480 struct mtrr_gentry32 *g32 = (struct mtrr_gentry32 *)arg; in mtrr_ioctl32()