Lines Matching full:vcpus
15 * vCPUs that each touch every page in disjoint regions of memory. Performance
16 * is measured in the time it takes all vCPUs to finish touching their
65 /* Whether to overlap the regions of memory vCPUs access. */
75 /* The number of vCPUs to create in the VM. */
138 /* If vCPUs are using an overlapping region, let vCPU 0 mark it idle. */ in mark_vcpu_memory_idle()
268 /* Kick off the vCPUs by incrementing iteration. */ in run_iteration()
273 /* Wait for all vCPUs to finish the iteration. */ in run_iteration()
293 * Even though this parallelizes the work across vCPUs, this is still a in mark_memory_idle()
334 printf("usage: %s [-h] [-m mode] [-b vcpu_bytes] [-v vcpus] [-o] [-s mem_type]\n", in help()
342 printf(" -v: specify the number of vCPUs to run.\n"); in help()
371 params.nr_vcpus = atoi_positive("Number of vCPUs", optarg); in main()