Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c473 mtrr_state.enabled |= MTRR_STATE_MTRR_ENABLED; in mtrr_overwrite_state()
516 if (!(mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED)) in mtrr_type_lookup()
641 ((mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED) && in print_mtrr_state()
656 mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED ? "en" : "dis"); in print_mtrr_state()
715 return !!(mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED); in get_mtrr_state()
H A Dcleanup.c96 (mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED) && in x86_get_mtrr_mem_range()
/openbmc/linux/arch/x86/include/asm/
H A Dmtrr.h160 #define MTRR_STATE_MTRR_ENABLED (MTRR_DEF_TYPE_E >> MTRR_STATE_SHIFT) macro