Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dio.h129 #ifndef arch_phys_wc_index
130 static inline int arch_phys_wc_index(int handle) in arch_phys_wc_index() function
134 #define arch_phys_wc_index arch_phys_wc_index macro
/openbmc/linux/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
/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dmtrr.c536 int arch_phys_wc_index(int handle) in arch_phys_wc_index() function
543 EXPORT_SYMBOL_GPL(arch_phys_wc_index);
/openbmc/linux/drivers/gpu/drm/
H A Ddrm_bufs.c497 map->mtrr = arch_phys_wc_index(r_list->map->mtrr); in drm_legacy_getmap_ioctl()