Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/bhyve/
H A Dbhyverun.c100 uint16_t cpu_cores, cpu_sockets, cpu_threads; variable
256 cpu_sockets = parse_int_value("sockets", value, 1, UINT16_MAX); in calc_topology()
258 cpu_sockets = guest_ncpus; in calc_topology()
264 ncpus = (uint64_t)cpu_sockets * cpu_cores * cpu_threads; in calc_topology()
273 cpu_sockets, cpu_cores, cpu_threads, in calc_topology()
616 error = vm_set_topology(ctx, cpu_sockets, cpu_cores, cpu_threads, 0); in do_open()
H A Dbhyverun.h38 extern uint16_t cpu_cores, cpu_sockets, cpu_threads;
H A Dsmbiostbl.c719 for (i = 0; i < cpu_sockets; i++) { in smbios_type4_initializer()