Home
last modified time | relevance | path

Searched refs:CPUID_B_ECX_TOPO_LEVEL_SMT (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/i386/
H A Dcpu.h1063 #define CPUID_B_ECX_TOPO_LEVEL_SMT 1 macro
1068 #define CPUID_1F_ECX_TOPO_LEVEL_SMT CPUID_B_ECX_TOPO_LEVEL_SMT
H A Dcpu.c6628 *ecx |= CPUID_B_ECX_TOPO_LEVEL_SMT << 8; in cpu_x86_cpuid()