Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmtrr.h35 extern u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform);
53 static inline u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform) in mtrr_type_lookup() function
/arch/x86/mm/
Dpgtable.c599 mtrr = mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge()
628 mtrr = mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge()
Dpat.c394 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type()
/arch/x86/kernel/cpu/mtrr/
Dgeneric.c254 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() function