Searched defs:do_fallocate (Results 1 – 1 of 1) sorted by relevance
90 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