Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/kvm/lib/x86_64/
H A Dvmx.c118 uint64_t feature_control; in prepare_for_vmx_operation() local
148 feature_control = rdmsr(MSR_IA32_FEAT_CTL); in prepare_for_vmx_operation()
149 if ((feature_control & required) != required) in prepare_for_vmx_operation()
150 wrmsr(MSR_IA32_FEAT_CTL, feature_control | required); in prepare_for_vmx_operation()