Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/mtrr/
H A Dgeneric.c481 mtrr_state.enabled |= MTRR_STATE_MTRR_ENABLED; in guest_force_mtrr_state()
526 if (!(mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED)) in mtrr_type_lookup()
652 (mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED) && in print_mtrr_state()
666 str_enabled_disabled(mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED)); in print_mtrr_state()
725 return !!(mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED); in get_mtrr_state()
H A Dcleanup.c83 (mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED) && in x86_get_mtrr_mem_range()
/linux/arch/x86/include/asm/
H A Dmtrr.h145 #define MTRR_STATE_MTRR_ENABLED (MTRR_DEF_TYPE_E >> MTRR_STATE_SHIFT) macro