Lines Matching full:vcpus
113 * (iteration is negative) so that vCPUs are accessing memory in vcpu_worker()
190 /* Allow the vCPUs to populate memory */ in run_test()
214 * Incrementing the iteration number will start the vCPUs in run_test()
253 * Run vCPUs while dirty logging is being disabled to stress disabling in run_test()
268 * Tell the vCPU threads to quit. No need to manually check that vCPUs in run_test()
296 "[-m mode] [-n] [-b vcpu bytes] [-v vcpus] [-o] [-r random seed ] [-s mem type]" in help()
311 printf(" -n: Run the vCPUs in nested mode (L2)\n"); in help()
312 printf(" -e: Run vCPUs while dirty logging is being disabled. This\n" in help()
318 printf(" -v: specify the number of vCPUs to run.\n"); in help()
401 nr_vcpus = atoi_positive("Number of vCPUs", optarg); in main()
403 "Invalid number of vcpus, must be between 1 and %d", max_vcpus); in main()