Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dif.c179 case MTRRIOC_GET_ENTRY: in mtrr_ioctl()
248 case MTRRIOC_GET_ENTRY: in mtrr_ioctl()
316 case MTRRIOC_GET_ENTRY: in mtrr_ioctl()
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dmtrr.h91 #define MTRRIOC_GET_ENTRY _IOWR(MTRR_IOCTL_BASE, 3, struct mtrr_gentry) macro
/openbmc/linux/Documentation/arch/x86/
H A Dmtrr.rst228 for (gentry.regnum = 0; ioctl (fd, MTRRIOC_GET_ENTRY, &gentry) == 0;