Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmtrr.h131 #define MTRR_STATE_MTRR_ENABLED 0x02 macro
/arch/x86/kernel/cpu/mtrr/
Dgeneric.c267 if (!(mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED)) in mtrr_type_lookup()
412 ((mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED) && in print_mtrr_state()
427 mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED ? "en" : "dis"); in print_mtrr_state()
498 return !!(mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED); in get_mtrr_state()
Dcleanup.c100 (mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED) && in x86_get_mtrr_mem_range()