Home
last modified time | relevance | path

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

/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()
/qemu/target/i386/
H A Dcpu.c864 CPUID_7_0_EBX_CLWB | CPUID_7_0_EBX_MPX | CPUID_7_0_EBX_FSGSBASE | \
3018 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_SMEP |
3116 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3245 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3369 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3488 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3624 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3758 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
3875 CPUID_7_0_EBX_FSGSBASE | CPUID_7_0_EBX_BMI1 |
4570 CPUID_7_0_EBX_FSGSBASE |
[all …]
H A Dcpu.h789 #define CPUID_7_0_EBX_FSGSBASE (1U << 0) macro
2592 if (!(env->features[FEAT_7_0_EBX] & CPUID_7_0_EBX_FSGSBASE)) { in cr4_reserved_bits()
/qemu/target/i386/tcg/
H A Dtranslate.c4395 && (s->cpuid_7_0_ebx_features & CPUID_7_0_EBX_FSGSBASE)) { in disas_insn_old()