Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/cpu/mtrr/
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()
/linux-6.1.9/arch/x86/include/uapi/asm/
Dmtrr.h99 #define MTRRIOC_GET_ENTRY _IOWR(MTRR_IOCTL_BASE, 3, struct mtrr_gentry) macro
/linux-6.1.9/Documentation/x86/
Dmtrr.rst228 for (gentry.regnum = 0; ioctl (fd, MTRRIOC_GET_ENTRY, &gentry) == 0;