Searched refs:mtrr_type_lookup (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | mtrr.h | 35 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 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
|
/kernel/linux/linux-5.10/arch/x86/mm/ |
H A D | pgtable.c | 707 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 D | pgtable.c | 726 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 D | generic.c | 244 * 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 D | memtype.c | 428 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 D | generic.c | 493 * 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 D | memtype.c | 389 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type()
|
Completed in 9 milliseconds