Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/kvm/x86_64/
H A Dprivate_mem_conversions_test.c90 bool 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()
106 static void guest_map_private(uint64_t gpa, uint64_t size, bool do_fallocate) in guest_map_private()
122 static void guest_test_explicit_conversion(uint64_t base_gpa, bool do_fallocate) in guest_test_explicit_conversion()
296 bool do_fallocate = run->hypercall.args[2] & MAP_GPA_DO_FALLOCATE; in handle_exit_hypercall() local