Home
last modified time | relevance | path

Searched refs:mtrr_add (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/arch/x86/include/asm/
Dmtrr.h38 extern int mtrr_add(unsigned long base, unsigned long size,
62 static inline int mtrr_add(unsigned long base, unsigned long size, in mtrr_add() function
/Linux-v4.19/arch/x86/kernel/cpu/mtrr/
Dmtrr.c453 int mtrr_add(unsigned long base, unsigned long size, unsigned int type, in mtrr_add() function
574 ret = mtrr_add(base, size, MTRR_TYPE_WRCOMB, true); in arch_phys_wc_add()
Dif.c239 err = mtrr_add(sentry.base, sentry.size, sentry.type, false); in mtrr_ioctl()
/Linux-v4.19/Documentation/x86/
Dpat.txt117 mtrr_add() usage will be phased out in favor of arch_phys_wc_add() which will