Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dcpu.c6418 uint32_t threads_per_pkg; in cpu_x86_cpuid() local
6427 threads_per_pkg = cores_per_pkg * topo_info.threads_per_core; in cpu_x86_cpuid()
6464 if (threads_per_pkg > 1) { in cpu_x86_cpuid()
6465 *ebx |= threads_per_pkg << 16; in cpu_x86_cpuid()
6505 if (host_vcpus_per_cache > threads_per_pkg) { in cpu_x86_cpuid()
6632 *ebx = threads_per_pkg; in cpu_x86_cpuid()
6876 if (threads_per_pkg > 1) { in cpu_x86_cpuid()
6943 if (threads_per_pkg > 1) { in cpu_x86_cpuid()
6951 (threads_per_pkg - 1); in cpu_x86_cpuid()