Searched refs:ia32_mtrr_def_type (Results 1 – 1 of 1) sorted by relevance
16 let ia32_mtrr_def_type = unsafe { msr::rdmsr(msr::IA32_MTRR_DEF_TYPE) }; in check_ept_features() localVariable17 if (ia32_mtrr_def_type & MTRR_ENABLE_BIT) == 0 { in check_ept_features()