Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/
Dio.h139 #ifndef arch_phys_wc_index
140 static inline int arch_phys_wc_index(int handle) in arch_phys_wc_index() function
144 #define arch_phys_wc_index arch_phys_wc_index macro
/linux-4.4.14/arch/x86/include/asm/
Dio.h345 extern int __must_check arch_phys_wc_index(int handle);
346 #define arch_phys_wc_index arch_phys_wc_index macro
/linux-4.4.14/arch/x86/kernel/cpu/mtrr/
Dmain.c601 int arch_phys_wc_index(int handle) in arch_phys_wc_index() function
608 EXPORT_SYMBOL_GPL(arch_phys_wc_index);
/linux-4.4.14/drivers/gpu/drm/
Ddrm_ioctl.c197 map->mtrr = arch_phys_wc_index(r_list->map->mtrr); in drm_getmap()