Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bhyve/
H A Dbhyverun.c103 uint16_t cpu_cores, cpu_sockets, cpu_threads; variable
335 cpu_sockets = parse_int_value("sockets", value, 1, UINT16_MAX); in calc_topology()
337 cpu_sockets = guest_ncpus; in calc_topology()
343 ncpus = (uint64_t)cpu_sockets * cpu_cores * cpu_threads; in calc_topology()
352 cpu_sockets, cpu_cores, cpu_threads, in calc_topology()
715 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;