Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
A Dprivate_mem_conversions_test.c90 bool do_fallocate) in guest_map_mem() argument
96 if (do_fallocate) in guest_map_mem()
101 static void guest_map_shared(uint64_t gpa, uint64_t size, bool do_fallocate) in guest_map_shared() argument
103 guest_map_mem(gpa, size, true, do_fallocate); in guest_map_shared()
106 static void guest_map_private(uint64_t gpa, uint64_t size, bool do_fallocate) in guest_map_private() argument
108 guest_map_mem(gpa, size, false, do_fallocate); in guest_map_private()
158 guest_map_private(gpa, size, do_fallocate); in guest_test_explicit_conversion()
185 guest_map_shared(gpa + j, PAGE_SIZE, do_fallocate); in guest_test_explicit_conversion()
200 guest_map_shared(gpa, size, do_fallocate); in guest_test_explicit_conversion()
296 bool do_fallocate = run->hypercall.args[2] & MAP_GPA_DO_FALLOCATE; in handle_exit_hypercall() local
[all …]

Completed in 7 milliseconds