Home
last modified time | relevance | path

Searched refs:object_handle (Results 1 – 10 of 10) sorted by relevance

/xnu-11215.81.4/osfmk/vm/
H A Dvm_memory_entry.c63 ipc_port_t *object_handle, in mach_make_memory_entry_64() argument
71 object_handle, in mach_make_memory_entry_64()
120 ipc_port_t *object_handle) in mach_make_memory_entry_cleanup() argument
130 *object_handle = IPC_PORT_NULL; in mach_make_memory_entry_cleanup()
161 ipc_port_t *object_handle, in mach_make_memory_entry_mem_only() argument
189 size_u, offset_u, permission, user_entry, object_handle); in mach_make_memory_entry_mem_only()
197 size_u, offset_u, permission, user_entry, object_handle); in mach_make_memory_entry_mem_only()
203 size_u, offset_u, permission, user_entry, object_handle); in mach_make_memory_entry_mem_only()
209 size_u, offset_u, permission, user_entry, object_handle); in mach_make_memory_entry_mem_only()
231 if (object_handle) { in mach_make_memory_entry_mem_only()
[all …]
H A Dvm32_user.c612 ipc_port_t *object_handle, in vm32_mach_make_memory_entry_64() argument
616 return _mach_make_memory_entry(target_map, size, offset, permission, object_handle, parent_handle); in vm32_mach_make_memory_entry_64()
625 ipc_port_t *object_handle, in vm32_mach_make_memory_entry() argument
633 mo_offset, permission, object_handle, parent_entry); in vm32_mach_make_memory_entry()
H A Dvm_iokit.h114 ipc_port_t *object_handle,
H A Dvm_protos.h138 ipc_port_t *object_handle
H A Dvm_user.c1848 ipc_port_t *object_handle) in vm_region_object_create() argument
1853 user_entry = mach_memory_entry_allocate(object_handle); in vm_region_object_create()
/xnu-11215.81.4/osfmk/mach/
H A Dvm32_map.defs203 out object_handle :mem_entry_name_port_move_send_t;
259 out object_handle :mach_port_move_send_t;
H A Dvm_map.defs367 out object_handle :mem_entry_name_port_move_send_t;
444 out object_handle :mach_port_move_send_t;
H A Dmach_vm.defs477 out object_handle :mem_entry_name_port_move_send_t;
/xnu-11215.81.4/tests/vm/
H A Dvm_allocation.c457 memory_entry(mach_vm_size_t * size, mach_port_t *object_handle) in memory_entry() argument
464 object_handle, 0); in memory_entry()
480 mach_port_t object_handle = MACH_PORT_NULL; in wrapper_mach_vm_map_named_entry() local
481 kern_return_t kr = memory_entry(&size, &object_handle); in wrapper_mach_vm_map_named_entry()
487 …kr = mach_vm_map(map, address, size, (mach_vm_offset_t)0, flags, object_handle, (memory_object_off… in wrapper_mach_vm_map_named_entry()
489 …T_QUIET; T_ASSERT_MACH_SUCCESS(mach_port_deallocate(mach_task_self(), object_handle), "mach_port_d… in wrapper_mach_vm_map_named_entry()
1735 mach_port_t object_handle = MACH_PORT_NULL; in test_mach_vm_map_protection_inheritance_error() local
1742 assert_mach_success(memory_entry(&size, &object_handle), "mach_make_memory_entry_64()"); in test_mach_vm_map_protection_inheritance_error()
1759 …kr = mach_vm_map(my_task, &address, size, mask, flag, object_handle, (memory_object_offset_t)0, FA… in test_mach_vm_map_protection_inheritance_error()
1834 mach_port_t object_handle = MACH_PORT_NULL; in test_allocate_invalid_large_size() local
[all …]
/xnu-11215.81.4/osfmk/tests/
H A Dvm_parameter_validation_kern.c1156 ipc_port_t *object_handle, in IMPL()
1163 …ory_entry_internal(target_map, size, offset, permission, vmne_kflags, object_handle, parent_handle… in IMPL()