| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_memory_entry.c | 64 ipc_port_t *object_handle, in mach_make_memory_entry_64() argument 72 object_handle, in mach_make_memory_entry_64() 121 ipc_port_t *object_handle) in mach_make_memory_entry_cleanup() argument 131 *object_handle = IPC_PORT_NULL; in mach_make_memory_entry_cleanup() 162 ipc_port_t *object_handle, in mach_make_memory_entry_mem_only() argument 190 size_u, offset_u, permission, user_entry, object_handle); in mach_make_memory_entry_mem_only() 198 size_u, offset_u, permission, user_entry, object_handle); in mach_make_memory_entry_mem_only() 204 size_u, offset_u, permission, user_entry, object_handle); in mach_make_memory_entry_mem_only() 210 size_u, offset_u, permission, user_entry, object_handle); in mach_make_memory_entry_mem_only() 232 if (object_handle) { in mach_make_memory_entry_mem_only() [all …]
|
| H A D | vm32_user.c | 612 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 D | vm_iokit.h | 122 ipc_port_t *object_handle,
|
| H A D | vm_protos.h | 136 ipc_port_t *object_handle
|
| H A D | vm_user.c | 1892 __unused ipc_port_t *object_handle) in vm_region_object_create() argument
|
| /xnu-12377.1.9/osfmk/mach/ |
| H A D | vm32_map.defs | 203 out object_handle :mem_entry_name_port_move_send_t; 259 out object_handle :mach_port_move_send_t;
|
| H A D | vm_map.defs | 367 out object_handle :mem_entry_name_port_move_send_t; 444 out object_handle :mach_port_move_send_t;
|
| H A D | mach_vm.defs | 477 out object_handle :mem_entry_name_port_move_send_t;
|
| /xnu-12377.1.9/tests/vm/ |
| H A D | vm_allocation.c | 460 memory_entry(mach_vm_size_t * size, mach_port_t *object_handle) in memory_entry() argument 467 object_handle, 0); in memory_entry() 483 mach_port_t object_handle = MACH_PORT_NULL; in wrapper_mach_vm_map_named_entry() local 484 kern_return_t kr = memory_entry(&size, &object_handle); in wrapper_mach_vm_map_named_entry() 490 …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() 492 …assert_mach_success(mach_port_deallocate(mach_task_self(), object_handle), "mach_port_deallocate()… in wrapper_mach_vm_map_named_entry() 1808 mach_port_t object_handle = MACH_PORT_NULL; in test_mach_vm_map_protection_inheritance_error() local 1815 assert_mach_success(memory_entry(&size, &object_handle), "mach_make_memory_entry_64()"); in test_mach_vm_map_protection_inheritance_error() 1826 …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() 1899 mach_port_t object_handle = MACH_PORT_NULL; in test_allocate_invalid_large_size() local [all …]
|
| /xnu-12377.1.9/osfmk/tests/ |
| H A D | vm_parameter_validation_kern.c | 1176 ipc_port_t *object_handle, in IMPL() 1183 …ory_entry_internal(target_map, size, offset, permission, vmne_kflags, object_handle, parent_handle… in IMPL()
|