Home
last modified time | relevance | path

Searched refs:mtrr_type_lookup (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A 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
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dmtrr.h63 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
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dpgtable.c707 mtrr = mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge()
734 mtrr = mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dpgtable.c726 mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge()
752 mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge()
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c244 * mtrr_type_lookup - look up memory type in MTRR
255 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() function
/kernel/linux/linux-5.10/arch/x86/mm/pat/
H A Dmemtype.c428 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c493 * mtrr_type_lookup - look up memory type in MTRR
503 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() function
/kernel/linux/linux-6.6/arch/x86/mm/pat/
H A Dmemtype.c389 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type()

Completed in 9 milliseconds