Home
last modified time | relevance | path

Searched refs:CPUID_7_0_EBX_FSGSBASE (Results 1 – 4 of 4) 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.c869 CPUID_7_0_EBX_CLWB | CPUID_7_0_EBX_MPX | CPUID_7_0_EBX_FSGSBASE | \
3131 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_SMEP |
3229 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3358 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3482 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3601 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3738 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3872 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3989 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
4159 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 | CPUID_7_0_EBX_HLE |
[all …]
H A Dcpu.h819 #define CPUID_7_0_EBX_FSGSBASE (1U << 0) macro
2720 if (!(env->features[FEAT_7_0_EBX] & CPUID_7_0_EBX_FSGSBASE)) { in cr4_reserved_bits()
/openbmc/qemu/target/i386/tcg/
H A Ddecode-new.c.inc2360 return (s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_FSGSBASE);