Lines Matching defs:MappingArgs
63 struct MappingArgs { struct
64 task_t arg_target_task = mach_task_self();
65 mach_vm_address_t arg_target_address = 0;
66 uint64_t arg_mapping_size = 0;
67 uint32_t arg_mask = 0;
68 uint32_t arg_flags = 0;
69 task_t arg_src_task = mach_task_self();
70 mach_vm_address_t arg_src_address = 0;
71 bool arg_copy = false;
72 uint32_t arg_cur_protection = 0;
73 uint32_t arg_max_protection = 0;
74 uint32_t arg_inheritance = VM_INHERIT_SHARE;