Searched refs:max_vcpus (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/sys/xen/interface/
H A Ddomctl.h954 * array declared below). Shall be equal to the domain's max_vcpus.
1159 struct xen_domctl_max_vcpus max_vcpus; member in union:xen_domctl::__anon13540
/freebsd-11-stable/usr.sbin/bhyve/
H A Dbhyverun.c1010 int max_vcpus, mptgen, memflags; local
1131 max_vcpus = num_vcpus_allowed(ctx);
1132 if (guest_ncpus > max_vcpus) {
1134 guest_ncpus, max_vcpus);

Completed in 223 milliseconds