Home
last modified time | relevance | path

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

/src/usr.sbin/bhyve/
H A Dbhyverun.c104 uint16_t cpu_cores, cpu_sockets, cpu_threads; variable
336 cpu_sockets = parse_int_value("sockets", value, 1, UINT16_MAX); in calc_topology()
338 cpu_sockets = guest_ncpus; in calc_topology()
344 ncpus = (uint64_t)cpu_sockets * cpu_cores * cpu_threads; in calc_topology()
353 cpu_sockets, cpu_cores, cpu_threads, in calc_topology()
720 error = vm_set_topology(ctx, cpu_sockets, cpu_cores, cpu_threads, 0); in do_open()
H A Dbhyverun.h48 extern uint16_t cpu_cores, cpu_sockets, cpu_threads;
H A Dsmbiostbl.c718 for (i = 0; i < cpu_sockets; i++) { in smbios_type4_initializer()