Searched refs:mtrr_del (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/arch/x86/include/asm/ |
| H A D | mtrr.h | 70 extern int mtrr_del(int reg, unsigned long base, unsigned long size); 106 static inline int mtrr_del(int reg, unsigned long base, unsigned long size) in mtrr_del() function
|
| /linux-6.15/arch/x86/kernel/cpu/mtrr/ |
| H A D | mtrr.c | 472 int mtrr_del(int reg, unsigned long base, unsigned long size) in mtrr_del() function 526 mtrr_del(handle - MTRR_TO_PHYS_WC_OFFSET, 0, 0); in arch_phys_wc_del()
|
| H A D | if.c | 244 err = mtrr_del(-1, sentry.base, sentry.size); in mtrr_ioctl() 345 mtrr_del(i, 0, 0); in mtrr_close()
|