Home
last modified time | relevance | path

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

/openbmc/qemu/target/i386/
H A Dcpu.c6585 int host_vcpus_per_cache = 1 + ((*eax & 0x3FFC000) >> 14); in cpu_x86_cpuid() local
6589 if (host_vcpus_per_cache > threads_per_pkg) { in cpu_x86_cpuid()