Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/i386/
H A Dtopology.h221 static inline unsigned x86_threads_per_module(X86CPUTopoInfo *topo_info) in x86_threads_per_module() function
228 return x86_threads_per_module(topo_info) * topo_info->modules_per_die; in x86_threads_per_die()
/openbmc/qemu/target/i386/
H A Dcpu.c390 return x86_threads_per_module(topo_info); in num_threads_by_topo_level()