Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_cpuid.c93 ebx &= CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 | in hvf_get_supported_cpuid()
/openbmc/qemu/target/i386/
H A Dcpu.c999 CPUID_7_0_EBX_CLWB | CPUID_7_0_EBX_MPX | CPUID_7_0_EBX_FSGSBASE | \
3962 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_SMEP |
4060 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
4189 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
4313 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
4432 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
4569 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
4703 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
4820 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
4990 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI
[all...]
H A Dcpu.h837 #define CPUID_7_0_EBX_FSGSBASE (1U << 0)
2899 if (!(env->features[FEAT_7_0_EBX] & CPUID_7_0_EBX_FSGSBASE)) { in cr4_reserved_bits()
833 #define CPUID_7_0_EBX_FSGSBASE global() macro
/openbmc/qemu/target/i386/kvm/
H A Dtdx.c428 .ebx = CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_FDP_EXCPTN_ONLY |
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc2367 return (s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_FSGSBASE);