Searched refs:mtrr_type_lookup (Results 1 – 5 of 5) sorted by relevance
/openbmc/linux/arch/x86/include/asm/ |
H A D | mtrr.h | 63 extern u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform); 85 static inline u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform) in mtrr_type_lookup() function
|
/openbmc/linux/arch/x86/mm/ |
H A D | pgtable.c | 728 mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge() 754 mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge()
|
/openbmc/linux/Documentation/arch/x86/ |
H A D | mtrr.rst | 26 place other than mtrr_type_lookup() to ensure any OS specific mapping requests 29 requests mtrr_type_lookup() should always return MTRR_TYPE_INVALID.
|
/openbmc/linux/arch/x86/mm/pat/ |
H A D | memtype.c | 389 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type()
|
/openbmc/linux/arch/x86/kernel/cpu/mtrr/ |
H A D | generic.c | 503 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() function
|