Lines Matching defs:start
94 …erwrite(kern_return_t (*func)(MAP_T dst_map, vm_map_copy_t copy, mach_vm_address_t start, mach_vm_… in test_vm_map_copy_overwrite()
183 call_mach_vm_read(MAP_T map, mach_vm_address_t start, mach_vm_size_t size) in call_mach_vm_read()
210 call_vm_map_copyin(MAP_T map, mach_vm_address_t start, mach_vm_size_t size) in call_vm_map_copyin()
232 call_mach_vm_allocate__flags(MAP_T map, mach_vm_address_t * start, mach_vm_size_t size, int flags) in call_mach_vm_allocate__flags()
241 call_mach_vm_allocate__start_size_fixed(MAP_T map, mach_vm_address_t * start, mach_vm_size_t size) in call_mach_vm_allocate__start_size_fixed()
250 call_mach_vm_allocate__start_size_anywhere(MAP_T map, mach_vm_address_t * start, mach_vm_size_t siz… in call_mach_vm_allocate__start_size_anywhere()
259 call_mach_vm_allocate_kernel__flags(MAP_T map, mach_vm_address_t * start, mach_vm_size_t size, int … in call_mach_vm_allocate_kernel__flags()
269 call_mach_vm_allocate_kernel__start_size_fixed(MAP_T map, mach_vm_address_t * start, mach_vm_size_t… in call_mach_vm_allocate_kernel__start_size_fixed()
283 call_mach_vm_allocate_kernel__start_size_anywhere(MAP_T map, mach_vm_address_t * start, mach_vm_siz… in call_mach_vm_allocate_kernel__start_size_anywhere()
299 call_vm_allocate__flags(MAP_T map, mach_vm_address_t * start, mach_vm_size_t size, int flags) in call_vm_allocate__flags()
308 call_vm_allocate__start_size_fixed(MAP_T map, mach_vm_address_t * start, mach_vm_size_t size) in call_vm_allocate__start_size_fixed()
317 call_vm_allocate__start_size_anywhere(MAP_T map, mach_vm_address_t * start, mach_vm_size_t size) in call_vm_allocate__start_size_anywhere()
326 call_mach_vm_deallocate(MAP_T map, mach_vm_address_t start, mach_vm_size_t size) in call_mach_vm_deallocate()
333 call_vm_deallocate(MAP_T map, mach_vm_address_t start, mach_vm_size_t size) in call_vm_deallocate()
343 call_vslock(void * start, size_t size) in call_vslock()
354 call_vsunlock_undirtied(void * start, size_t size) in call_vsunlock_undirtied()
369 call_vsunlock_dirtied(void * start, size_t size) in call_vsunlock_dirtied()
419 will_vm_map_wire_nested_panic_due_to_invalid_range_size(MAP_T map, mach_vm_address_t start) in will_vm_map_wire_nested_panic_due_to_invalid_range_size()
441 mach_vm_address_t start, in vm_map_wire_and_extract_retyped()
462 mach_vm_address_t start, in vm_map_wire_external_retyped()
472 wire_call_impl(wire_fn_t fn, MAP_T map, mach_vm_address_t start, mach_vm_size_t end, vm_prot_t prot… in wire_call_impl()
556 call_vm_map_unwire_user_wired(MAP_T map, mach_vm_address_t start, mach_vm_address_t end) in call_vm_map_unwire_user_wired()
564 call_vm_map_unwire_non_user_wired(MAP_T map, mach_vm_address_t start, mach_vm_address_t end) in call_vm_map_unwire_non_user_wired()
677 call_mach_vm_protect__start_size(MAP_T map, mach_vm_address_t start, mach_vm_size_t size) in call_mach_vm_protect__start_size()
683 call_mach_vm_protect__vm_prot(MAP_T map, mach_vm_address_t start, mach_vm_size_t size, vm_prot_t pr… in call_mach_vm_protect__vm_prot()
690 call_vm_protect__start_size(MAP_T map, vm_address_t start, vm_size_t size) in call_vm_protect__start_size()
697 call_vm_protect__vm_prot(MAP_T map, vm_address_t start, vm_size_t size, vm_prot_t prot) in call_vm_protect__vm_prot()
709 will_vm_map_protect_panic(mach_vm_address_t start, mach_vm_address_t end) in will_vm_map_protect_panic()
717 call_vm_map_protect__start_size__no_max(MAP_T map, mach_vm_address_t start, mach_vm_size_t size) in call_vm_map_protect__start_size__no_max()
729 call_vm_map_protect__start_size__set_max(MAP_T map, mach_vm_address_t start, mach_vm_size_t size) in call_vm_map_protect__start_size__set_max()
741 call_vm_map_protect__vm_prot__no_max(MAP_T map, mach_vm_address_t start, mach_vm_size_t size, vm_pr… in call_vm_map_protect__vm_prot__no_max()
753 call_vm_map_protect__vm_prot__set_max(MAP_T map, mach_vm_address_t start, mach_vm_size_t size, vm_p… in call_vm_map_protect__vm_prot__set_max()
768 call_useracc__start_size(void * start, size_t size) in call_useracc__start_size()
775 call_useracc__vm_prot(void * start, size_t size, int prot) in call_useracc__vm_prot()
845 call_mach_vm_range_create(MAP_T map, mach_vm_address_t start, mach_vm_size_t size, mach_vm_address_… in call_mach_vm_range_create()
909 call_mach_memory_entry_map_size__start_size(MAP_T map, mach_vm_address_t start, mach_vm_size_t size) in call_mach_memory_entry_map_size__start_size()
950 uint64_t start, uint64_t saved_start, in check_task_find_region_details_outparam_changes()
978 uint64_t len = UNLIKELY_INITIAL_SIZE, start = UNLIKELY_INITIAL_ADDRESS; in call_task_find_region_details() local
1001 …_with_allocated_vnode_addr(kern_return_t (*func)(MAP_T dst_map, mach_vm_address_t start), const ch… in test_kext_unix_with_allocated_vnode_addr()
1207 call_map_fn__allocate_fixed(map_fn_t fn, MAP_T map, mach_vm_address_t start, mach_vm_size_t size) in call_map_fn__allocate_fixed()
1217 call_map_fn__allocate_fixed_copy(map_fn_t fn, MAP_T map, mach_vm_address_t start, mach_vm_size_t si… in call_map_fn__allocate_fixed_copy()
1238 call_map_fn__memobject_fixed(map_fn_t fn, MAP_T map, mach_vm_address_t start, mach_vm_size_t size) in call_map_fn__memobject_fixed()
1250 call_map_fn__memobject_fixed_copy(map_fn_t fn, MAP_T map, mach_vm_address_t start, mach_vm_size_t s… in call_map_fn__memobject_fixed_copy()
1276 …n__memobject__ssoo(map_fn_t fn, MAP_T map, int flags, bool copy, mach_vm_address_t start, mach_vm_… in helper_call_map_fn__memobject__ssoo()
1288 …emobject_fixed__start_size_offset_object(map_fn_t fn, MAP_T map, mach_vm_address_t start, mach_vm_… in call_map_fn__memobject_fixed__start_size_offset_object()
1294 …ect_fixed_copy__start_size_offset_object(map_fn_t fn, MAP_T map, mach_vm_address_t start, mach_vm_… in call_map_fn__memobject_fixed_copy__start_size_offset_object()
1300 …bject_anywhere__start_size_offset_object(map_fn_t fn, MAP_T map, mach_vm_address_t start, mach_vm_… in call_map_fn__memobject_anywhere__start_size_offset_object()
1306 …_allocate__inherit(map_fn_t fn, MAP_T map, int flags, bool copy, mach_vm_address_t start, mach_vm_… in help_call_map_fn__allocate__inherit()
1316 call_map_fn__allocate_fixed__inherit(map_fn_t fn, MAP_T map, mach_vm_address_t start, mach_vm_size_… in call_map_fn__allocate_fixed__inherit()
1322 call_map_fn__allocate_fixed_copy__inherit(map_fn_t fn, MAP_T map, mach_vm_address_t start, mach_vm_… in call_map_fn__allocate_fixed_copy__inherit()
1328 call_map_fn__allocate_anywhere__inherit(map_fn_t fn, MAP_T map, mach_vm_address_t start, mach_vm_si… in call_map_fn__allocate_anywhere__inherit()
1334 …memobject__inherit(map_fn_t fn, MAP_T map, int flags, bool copy, mach_vm_address_t start, mach_vm_… in help_call_map_fn__memobject__inherit()
1346 call_map_fn__memobject_fixed__inherit(map_fn_t fn, MAP_T map, mach_vm_address_t start, mach_vm_size… in call_map_fn__memobject_fixed__inherit()
1352 call_map_fn__memobject_fixed_copy__inherit(map_fn_t fn, MAP_T map, mach_vm_address_t start, mach_vm… in call_map_fn__memobject_fixed_copy__inherit()
1358 call_map_fn__memobject_anywhere__inherit(map_fn_t fn, MAP_T map, mach_vm_address_t start, mach_vm_s… in call_map_fn__memobject_anywhere__inherit()
1364 call_map_fn__allocate__flags(map_fn_t fn, MAP_T map, mach_vm_address_t * start, mach_vm_size_t size… in call_map_fn__allocate__flags()
1373 call_map_fn__allocate_copy__flags(map_fn_t fn, MAP_T map, mach_vm_address_t * start, mach_vm_size_t… in call_map_fn__allocate_copy__flags()
1382 call_map_fn__memobject__flags(map_fn_t fn, MAP_T map, mach_vm_address_t * start, mach_vm_size_t siz… in call_map_fn__memobject__flags()
1393 call_map_fn__memobject_copy__flags(map_fn_t fn, MAP_T map, mach_vm_address_t * start, mach_vm_size_… in call_map_fn__memobject_copy__flags()