Searched refs:mtrr_add (Results 1 – 3 of 3) sorted by relevance
| /arch/x86/include/asm/ |
| A D | mtrr.h | 66 extern int mtrr_add(unsigned long base, unsigned long size, 96 static inline int mtrr_add(unsigned long base, unsigned long size, in mtrr_add() function
|
| /arch/x86/kernel/cpu/mtrr/ |
| A D | mtrr.c | 383 int mtrr_add(unsigned long base, unsigned long size, unsigned int type, in mtrr_add() function 503 ret = mtrr_add(base, size, MTRR_TYPE_WRCOMB, true); in arch_phys_wc_add()
|
| A D | if.c | 232 err = mtrr_add(sentry.base, sentry.size, sentry.type, false); in mtrr_ioctl()
|
Completed in 8 milliseconds