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(gpa_t gpa, u64 size, bool do_fallocate) in guest_map_shared()106 static void guest_map_private(gpa_t gpa, u64 size, bool do_fallocate) in guest_map_private()122 static void guest_test_explicit_conversion(u64 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