mtrr_type_lookup   35 arch/x86/include/asm/mtrr.h extern u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform);
mtrr_type_lookup  396 arch/x86/mm/pat.c 		mtrr_type = mtrr_type_lookup(start, end, &uniform);
mtrr_type_lookup  700 arch/x86/mm/pgtable.c 	mtrr = mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform);
mtrr_type_lookup  729 arch/x86/mm/pgtable.c 	mtrr = mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform);