Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c136 if (!(mtrr->mask_lo & MTRR_PHYSMASK_V)) in get_var_mtrr_state()
660 if (mtrr_state.var_ranges[i].mask_lo & MTRR_PHYSMASK_V) in print_mtrr_state()
811 if (!(mask_lo & MTRR_PHYSMASK_V)) { in generic_get_mtrr()
999 vr->mask_lo = -size << PAGE_SHIFT | MTRR_PHYSMASK_V; in generic_set_mtrr()
/openbmc/linux/arch/x86/include/asm/
H A Dmtrr.h45 #define MTRR_PHYSMASK_V BIT_MASK(11) macro
/openbmc/linux/arch/x86/xen/
H A Denlighten_pv.c171 mask |= MTRR_PHYSMASK_V; in xen_set_mtrr_data()