Searched refs:mtrr_del (Results 1 – 3 of 3) sorted by relevance
/arch/x86/include/asm/ |
D | mtrr.h | 127 extern int mtrr_del(int reg, unsigned long base, unsigned long size); 157 static inline int mtrr_del(int reg, unsigned long base, unsigned long size) in mtrr_del() function
|
/arch/x86/kernel/cpu/mtrr/ |
D | main.c | 519 int mtrr_del(int reg, unsigned long base, unsigned long size) in mtrr_del() function 525 EXPORT_SYMBOL(mtrr_del);
|
D | if.c | 263 err = mtrr_del(-1, sentry.base, sentry.size); in mtrr_ioctl() 372 mtrr_del(i, 0, 0); in mtrr_close()
|