Home
last modified time | relevance | path

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

/linux-6.12.1/arch/x86/include/asm/
Dmtrr.h63 extern u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform);
84 static inline u8 mtrr_type_lookup(u64 addr, u64 end, u8 *uniform) in mtrr_type_lookup() function
/linux-6.12.1/arch/x86/mm/
Dpgtable.c743 mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge()
769 mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge()
/linux-6.12.1/Documentation/arch/x86/
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-6.12.1/arch/x86/mm/pat/
Dmemtype.c371 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type()
/linux-6.12.1/arch/x86/kernel/cpu/mtrr/
Dgeneric.c512 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() function