Home
last modified time | relevance | path

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

/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c165 feature_control = rdmsr(MSR_IA32_FEAT_CTL); in prepare_for_vmx_operation()
167 wrmsr(MSR_IA32_FEAT_CTL, feature_control | required); in prepare_for_vmx_operation()
/tools/arch/x86/include/asm/
Dmsr-index.h652 #define MSR_IA32_FEAT_CTL 0x0000003a macro
/tools/power/x86/turbostat/
Dturbostat.c4858 if (!get_msr(base_cpu, MSR_IA32_FEAT_CTL, &msr)) in decode_feature_control_msr()