Searched refs:mtrr_add (Results 1 – 4 of 4) sorted by relevance
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | mtrr.h | 37 extern int mtrr_add(unsigned long base, unsigned long size, 60 static inline int mtrr_add(unsigned long base, unsigned long size, in mtrr_add() function
|
/linux-6.3-rc2/arch/x86/kernel/cpu/mtrr/ |
A D | mtrr.c | 408 int mtrr_add(unsigned long base, unsigned long size, unsigned int type, in mtrr_add() function 529 ret = mtrr_add(base, size, MTRR_TYPE_WRCOMB, true); in arch_phys_wc_add()
|
A D | if.c | 234 err = mtrr_add(sentry.base, sentry.size, sentry.type, false); in mtrr_ioctl()
|
/linux-6.3-rc2/Documentation/x86/ |
A D | pat.rst | 125 mtrr_add() usage will be phased out in favor of arch_phys_wc_add() which will
|
Completed in 5 milliseconds