Searched refs:machine_topo_get_cores_per_socket (Results 1 – 5 of 5) sorted by relevance
264 unsigned int machine_topo_get_cores_per_socket(const MachineState *ms) in machine_topo_get_cores_per_socket() function271 return ms->smp.threads * machine_topo_get_cores_per_socket(ms); in machine_topo_get_threads_per_socket()
46 unsigned int machine_topo_get_cores_per_socket(const MachineState *ms);
669 cpu->nr_cores = machine_topo_get_cores_per_socket(ms); in qemu_init_vcpu()
711 cores_per_socket = machine_topo_get_cores_per_socket(ms); in smbios_build_type_4_table()
805 ms_cores_per_socket = machine_topo_get_cores_per_socket(ms); in check_parse()