Searched refs:object_handle (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.140.41/osfmk/vm/ |
| H A D | vm32_user.c | 525 ipc_port_t *object_handle, in vm32_make_memory_entry_64() argument 529 return _mach_make_memory_entry(target_map, size, offset, permission, object_handle, parent_handle); in vm32_make_memory_entry_64() 538 ipc_port_t *object_handle, in vm32_make_memory_entry() argument 546 (memory_object_offset_t)offset, permission, object_handle, in vm32_make_memory_entry()
|
| H A D | vm_user.c | 2663 ipc_port_t *object_handle, in mach_make_memory_entry_64() argument 2684 object_handle, in mach_make_memory_entry_64() 2695 ipc_port_t *object_handle, in mach_make_memory_entry_internal() argument 2792 if (object_handle) { in mach_make_memory_entry_internal() 2793 *object_handle = IP_NULL; in mach_make_memory_entry_internal() 2811 *object_handle = IPC_PORT_NULL; in mach_make_memory_entry_internal() 2937 user_entry = mach_memory_entry_allocate(object_handle); in mach_make_memory_entry_internal() 2996 user_entry = mach_memory_entry_allocate(object_handle); in mach_make_memory_entry_internal() 3203 *object_handle = parent_handle; in mach_make_memory_entry_internal() 3221 user_entry = mach_memory_entry_allocate(object_handle); in mach_make_memory_entry_internal() [all …]
|
| H A D | vm_protos.h | 185 ipc_port_t *object_handle 723 ipc_port_t *object_handle,
|
| /xnu-8020.140.41/osfmk/mach/ |
| H A D | vm32_map.defs | 198 out object_handle :mem_entry_name_port_move_send_t; 254 out object_handle :mach_port_move_send_t;
|
| H A D | vm_map.defs | 363 out object_handle :mem_entry_name_port_move_send_t; 454 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-8020.140.41/tests/vm/ |
| H A D | vm_allocation.c | 459 mach_port_t object_handle = MACH_PORT_NULL; in memory_entry() local 463 (MAP_MEM_NAMED_CREATE | VM_PROT_ALL), &object_handle, 0), in memory_entry() 471 return object_handle; in memory_entry() 477 mach_port_t object_handle = memory_entry(&size); in wrapper_mach_vm_map_named_entry() local 479 …kern_return_t kr = mach_vm_map(map, address, size, (mach_vm_offset_t)0, flags, object_handle, (mem… in wrapper_mach_vm_map_named_entry() 481 …T_QUIET; T_ASSERT_MACH_SUCCESS(mach_port_deallocate(mach_task_self(), object_handle), "mach_port_d… in wrapper_mach_vm_map_named_entry() 1684 …mach_port_t object_handle = (get_allocator() == wrapper_mach_vm_map_named_entry) ? memory_entry(… in test_mach_vm_map_protection_inheritance_error() local 1705 …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() 1780 mach_port_t object_handle = MACH_PORT_NULL; in test_allocate_invalid_large_size() local 1783 (MAP_MEM_NAMED_CREATE | VM_PROT_ALL), &object_handle, 0), in test_allocate_invalid_large_size()
|