Home
last modified time | relevance | path

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

/trueos/usr.sbin/bhyve/
HDbhyverun.c696 int dump_guest_memory, max_vcpus, mptgen; in main() local
804 max_vcpus = num_vcpus_allowed(ctx); in main()
805 if (guest_ncpus > max_vcpus) { in main()
807 guest_ncpus, max_vcpus); in main()
/trueos/sys/xen/interface/
HDdomctl.h935 struct xen_domctl_max_vcpus max_vcpus; member