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.c81 ebx &= CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 | in hvf_get_supported_cpuid()
/openbmc/qemu/target/i386/
H A Dcpu.c864 CPUID_7_0_EBX_CLWB | CPUID_7_0_EBX_MPX | CPUID_7_0_EBX_FSGSBASE | \
3063 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_SMEP |
3161 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3290 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3414 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3533 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3669 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3803 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3920 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
4615 CPUID_7_0_EBX_FSGSBASE |
[all …]
H A Dcpu.h819 #define CPUID_7_0_EBX_FSGSBASE (1U << 0) macro
2660 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.inc2264 return (s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_FSGSBASE);