Home
last modified time | relevance | path

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

/openbmc/qemu/hw/core/
H A Dmachine-smp.c345 unsigned int machine_topo_get_threads_per_socket(const MachineState *ms) in machine_topo_get_threads_per_socket() function
/openbmc/qemu/tests/unit/
H A Dtest-smp-parse.c804 ms_threads_per_socket = machine_topo_get_threads_per_socket(ms); in check_parse()