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()
674 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()
680 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()
687 call_vm_protect__start_size(MAP_T map, vm_address_t start, vm_size_t size) in call_vm_protect__start_size()
694 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()
706 will_vm_map_protect_panic(mach_vm_address_t start, mach_vm_address_t end) in will_vm_map_protect_panic()
714 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()
726 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()
738 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()
750 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()
765 call_useracc__start_size(void * start, size_t size) in call_useracc__start_size()
772 call_useracc__vm_prot(void * start, size_t size, int prot) in call_useracc__vm_prot()
842 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()
906 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()
947 uint64_t start, uint64_t saved_start, in check_task_find_region_details_outparam_changes()
975 uint64_t len = UNLIKELY_INITIAL_SIZE, start = UNLIKELY_INITIAL_ADDRESS; in call_task_find_region_details() local
998 …_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()
1204 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()
1214 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()
1235 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()
1247 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()
1273 …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()
1285 …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()
1291 …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()
1297 …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()
1303 …_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()
1313 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()
1319 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()
1325 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()
1331 …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()
1343 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()
1349 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()
1355 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()
1361 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()
1370 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()
1379 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()
1390 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()