Home
last modified time | relevance | path

Searched refs:uniform (Results 1 – 6 of 6) sorted by relevance

/arch/x86/include/asm/
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() argument
/arch/x86/mm/
Dpgtable.c597 u8 mtrr, uniform; in pud_set_huge() local
599 mtrr = mtrr_type_lookup(addr, addr + PUD_SIZE, &uniform); in pud_set_huge()
600 if ((mtrr != MTRR_TYPE_INVALID) && (!uniform) && in pud_set_huge()
626 u8 mtrr, uniform; in pmd_set_huge() local
628 mtrr = mtrr_type_lookup(addr, addr + PMD_SIZE, &uniform); in pmd_set_huge()
629 if ((mtrr != MTRR_TYPE_INVALID) && (!uniform) && in pmd_set_huge()
Dpat.c392 u8 mtrr_type, uniform; in pat_x_mtrr_type() local
394 mtrr_type = mtrr_type_lookup(start, end, &uniform); in pat_x_mtrr_type()
/arch/x86/kernel/cpu/mtrr/
Dgeneric.c160 int *repeat, u8 *uniform) in mtrr_type_lookup_variable() argument
167 *uniform = 1; in mtrr_type_lookup_variable()
219 *uniform = 0; in mtrr_type_lookup_variable()
231 *uniform = 0; in mtrr_type_lookup_variable()
254 u8 mtrr_type_lookup(u64 start, u64 end, u8 *uniform) in mtrr_type_lookup() argument
309 *uniform = is_uniform; in mtrr_type_lookup()
/arch/x86/kernel/
Dhead_64.S338 pushq $0 # Dummy error code, to make stack frame uniform
Dhead_32.S542 pushl $0 # Dummy error code, to make stack frame uniform