Lines Matching +full:2 +full:gb
28 for (i = 0; i < 2; i++) { in guest_code()
36 GUEST_SYNC(2); in guest_code()
143 /* Stage 2, read all of guest memory, which is now read-only. */ in vcpu_worker()
144 run_vcpu(vcpu, 2); in vcpu_worker()
273 * Skip the first 4gb and slot0. slot0 maps <1gb and is used to back in main()
276 * just below the 4gb boundary. This test could create memory at in main()
277 * 1gb-3gb,but it's simpler to skip straight to 4gb. in main()
292 * Default to 2gb so that maxing out systems with MAXPHADDR=46, which in main()
294 * 32k memslots, 32k * 2gb == ~64tb of guest memory). in main()
301 /* All KVM MMUs should be able to survive a 128gb guest. */ in main()
339 TEST_ASSERT(max_gpa > (4 * slot_size), "MAXPHYADDR <4gb "); in main()
363 /* Identity map memory in the guest using 1gb pages. */ in main()
384 rendezvous_with_vcpus(&time_run2, "run 2"); in main()
413 for (slot = (slot - 1) & ~1ull; slot >= first_slot; slot -= 2) in main()
416 munmap(mem, slot_size / 2); in main()