Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/hvf/
H A Dx86_cpuid.c76 CPUID_FXSR | CPUID_SSE | CPUID_SSE2 | CPUID_SS | CPUID_HT; in hvf_get_supported_cpuid()
/openbmc/qemu/target/i386/
H A Dcpu.h717 #define CPUID_HT (1U << 28) macro
H A Dcpu.c904 CPUID_HT)
1078 .no_autoenable_flags = CPUID_HT,
8957 env->features[FEAT_1_EDX] |= CPUID_HT; in x86_cpu_expand_features()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c455 ret |= CPUID_HT; in kvm_arch_get_supported_cpuid()