Home
last modified time | relevance | path

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

/linux-6.14.4/include/linux/
Dio.h143 #ifndef arch_phys_wc_index
144 static inline int arch_phys_wc_index(int handle) in arch_phys_wc_index() function
148 #define arch_phys_wc_index arch_phys_wc_index macro
/linux-6.14.4/arch/x86/include/asm/
Dio.h344 extern int __must_check arch_phys_wc_index(int handle);
345 #define arch_phys_wc_index arch_phys_wc_index macro
/linux-6.14.4/arch/x86/kernel/cpu/mtrr/
Dmtrr.c542 int arch_phys_wc_index(int handle) in arch_phys_wc_index() function
549 EXPORT_SYMBOL_GPL(arch_phys_wc_index);