Searched refs:MTRR_STATE_MTRR_ENABLED (Results 1 – 3 of 3) sorted by relevance
481 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()
83 (mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED) && in x86_get_mtrr_mem_range()
145 #define MTRR_STATE_MTRR_ENABLED (MTRR_DEF_TYPE_E >> MTRR_STATE_SHIFT) macro