Home
last modified time | relevance | path

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

/openbmc/qemu/hw/i386/
H A Dfw_cfg.c199 if (ecx & CPUID_7_0_ECX_SGX_LC) { in fw_cfg_build_feature_control()
/openbmc/qemu/target/i386/
H A Dmachine.c1484 return !!(env->features[FEAT_7_0_ECX] & CPUID_7_0_ECX_SGX_LC); in intel_sgx_msrs_needed()
H A Dcpu.h914 #define CPUID_7_0_ECX_SGX_LC (1U << 30) macro
H A Dcpu.c1779 .to = { FEAT_7_0_ECX, CPUID_7_0_ECX_SGX_LC },
6197 unavail = CPUID_7_0_ECX_SGX_LC; in x86_cpu_get_supported_feature_word()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c4141 if (env->features[FEAT_7_0_ECX] & CPUID_7_0_ECX_SGX_LC) { in kvm_put_msrs()
4565 if (env->features[FEAT_7_0_ECX] & CPUID_7_0_ECX_SGX_LC) { in kvm_get_msrs()