Searched refs:X86_MSR_IA32_FEATURE_CONTROL_LOCK (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/kernel/arch/x86/hypervisor/
H A Dvmx_cpu_state_priv.h26 #define X86_MSR_IA32_FEATURE_CONTROL_LOCK (1u << 0) // Locked macro
H A Dvmx_cpu_state.cpp116 if (!(feature_control & X86_MSR_IA32_FEATURE_CONTROL_LOCK) ||
118 if ((feature_control & X86_MSR_IA32_FEATURE_CONTROL_LOCK) &&
122 feature_control |= X86_MSR_IA32_FEATURE_CONTROL_LOCK;

Completed in 26 milliseconds