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.c6503 uint32_t threads_per_pkg; in cpu_x86_cpuid() local
6512 threads_per_pkg = cores_per_pkg * topo_info.threads_per_core; in cpu_x86_cpuid()
6549 if (threads_per_pkg > 1) { in cpu_x86_cpuid()
6550 *ebx |= threads_per_pkg << 16; in cpu_x86_cpuid()
6590 if (host_vcpus_per_cache > threads_per_pkg) { in cpu_x86_cpuid()
6717 *ebx = threads_per_pkg; in cpu_x86_cpuid()
6971 if (threads_per_pkg > 1) { in cpu_x86_cpuid()
7038 if (threads_per_pkg > 1) { in cpu_x86_cpuid()
7046 (threads_per_pkg - 1); in cpu_x86_cpuid()