Home
last modified time | relevance | path

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

/linux-6.1.9/arch/x86/kernel/cpu/
Dfeat_ctl.c139 if (msr & FEAT_CTL_LOCKED) in init_ia32_feat_ctl()
146 msr = FEAT_CTL_LOCKED; in init_ia32_feat_ctl()
/linux-6.1.9/arch/x86/kernel/cpu/mce/
Dintel.c124 if (WARN_ON_ONCE(!(tmp & FEAT_CTL_LOCKED))) in lmce_supported()
/linux-6.1.9/arch/x86/kvm/vmx/
Dsgx.c366 const u64 bits = FEAT_CTL_SGX_ENABLED | FEAT_CTL_LOCKED; in sgx_enabled_in_guest_bios()
Dvmx.c2246 FEAT_CTL_LOCKED && !msr_info->host_initiated)) in vmx_set_msr()
2269 ((vmx->msr_ia32_feature_control & FEAT_CTL_LOCKED) && in vmx_set_msr()
4720 vmx->msr_ia32_feature_control_valid_bits = FEAT_CTL_LOCKED; in __vmx_vcpu_reset()
Dnested.c5099 const u64 VMXON_NEEDED_FEATURES = FEAT_CTL_LOCKED in handle_vmxon()
/linux-6.1.9/tools/arch/x86/include/asm/
Dmsr-index.h728 #define FEAT_CTL_LOCKED BIT(0) macro
/linux-6.1.9/tools/testing/selftests/kvm/lib/x86_64/
Dvmx.c159 required |= FEAT_CTL_LOCKED; in prepare_for_vmx_operation()
/linux-6.1.9/arch/x86/include/asm/
Dmsr-index.h748 #define FEAT_CTL_LOCKED BIT(0) macro
/linux-6.1.9/tools/power/x86/turbostat/
Dturbostat.c5336 base_cpu, msr, msr & FEAT_CTL_LOCKED ? "" : "UN-", msr & (1 << 18) ? "SGX" : ""); in decode_feature_control_msr()