Home
last modified time | relevance | path

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

/linux/arch/x86/mm/
H A Dpgtable.c639 mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge()
668 mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge()
/linux/Documentation/arch/x86/
H A Dmtrr.rst26 place other than mtrr_type_lookup() to ensure any OS specific mapping requests
29 requests mtrr_type_lookup() should always return MTRR_TYPE_INVALID.
/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c502 * mtrr_type_lookup - look up memory type in MTRR
514 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() function