Home
last modified time | relevance | path

Searched refs:cpu_threads (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
251 cpu_threads = parse_int_value("threads", value, 1, UINT16_MAX); in calc_topology()
253 cpu_threads = 1; 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.c744 if (cpu_cores * cpu_threads > 254) in smbios_type4_initializer()
747 type4->threads = cpu_cores * cpu_threads; in smbios_type4_initializer()