Searched refs:arch_phys_wc_index (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/linux/
H A Dio.h136 #ifndef arch_phys_wc_index
137 static inline int arch_phys_wc_index(int handle) function
141 #define arch_phys_wc_index arch_phys_wc_index macro
/linux-master/arch/x86/include/asm/
H A Dio.h331 extern int __must_check arch_phys_wc_index(int handle);
332 #define arch_phys_wc_index arch_phys_wc_index macro
/linux-master/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c526 * arch_phys_wc_index - translates arch_phys_wc_add's return value
536 int arch_phys_wc_index(int handle) function
543 EXPORT_SYMBOL_GPL(arch_phys_wc_index); variable

Completed in 165 milliseconds