Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/include/asm/
Dmtrr.h51 extern int phys_wc_to_mtrr_index(int handle);
87 static inline int phys_wc_to_mtrr_index(int handle) in phys_wc_to_mtrr_index() function
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
Dmain.c590 int phys_wc_to_mtrr_index(int handle) in phys_wc_to_mtrr_index() function
597 EXPORT_SYMBOL_GPL(phys_wc_to_mtrr_index);
/linux-4.1.27/drivers/gpu/drm/
Ddrm_ioctl.c206 map->mtrr = phys_wc_to_mtrr_index(r_list->map->mtrr); in drm_getmap()