Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmtrr.h112 extern u8 mtrr_type_lookup(u64 addr, u64 end);
127 static inline u8 mtrr_type_lookup(u64 addr, u64 end) in mtrr_type_lookup() function
/arch/x86/mm/
Dpat.c175 mtrr_type = mtrr_type_lookup(start, end); in pat_x_mtrr_type()
353 u8 mtrr_type = mtrr_type_lookup(start, end); in reserve_memtype()
/arch/x86/kernel/cpu/mtrr/
Dgeneric.c50 u8 mtrr_type_lookup(u64 start, u64 end) in mtrr_type_lookup() function