Searched refs:mtrr_add (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/x86/include/asm/ |
| H A D | mtrr.h | 53 extern int mtrr_add(unsigned long base, unsigned long size, 83 static inline int mtrr_add(unsigned long base, unsigned long size, in mtrr_add() function
|
| /linux/arch/x86/kernel/cpu/mtrr/ |
| H A D | mtrr.c | 370 int mtrr_add(unsigned long base, unsigned long size, unsigned int type, in mtrr_add() function 490 ret = mtrr_add(base, size, MTRR_TYPE_WRCOMB, true); in arch_phys_wc_add()
|
| /linux/Documentation/arch/x86/ |
| H A D | pat.rst | 125 mtrr_add() usage will be phased out in favor of arch_phys_wc_add() which will
|