Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/cpu/mtrr/
Dgeneric.c266 if (!(mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED)) in mtrr_type_lookup()
411 ((mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED) && in print_mtrr_state()
426 mtrr_state.enabled & MTRR_STATE_MTRR_ENABLED ? "en" : "dis"); in print_mtrr_state()
497 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()
/Linux-v4.19/arch/x86/include/asm/
Dmtrr.h131 #define MTRR_STATE_MTRR_ENABLED 0x02 macro