Home
last modified time | relevance | path

Searched refs:entry_handle (Results 1 – 6 of 6) sorted by relevance

/xnu-11215.81.4/tests/vm/
H A Dvm_memory_entry_parent_test.c122 mach_port_t parent_handle, entry_handle; variable
142 MAP_MEM_NAMED_REUSE | VM_PROT_DEFAULT, &entry_handle, parent_handle);
144 T_EXPECT_EQ(parent_handle, entry_handle, "NAMED_REUSE should re-use parent_handle");
169 mach_port_t entry_handle = invalid_handle; variable
171 MAP_MEM_VM_COPY | VM_PROT_DEFAULT, &entry_handle, parent_handle);
173 T_EXPECT_EQ(entry_handle, invalid_handle, "make entry_handle handle unchanged on error");
195 mach_port_t entry_handle = invalid_handle; variable
197 VM_PROT_READ | VM_PROT_WRITE, &entry_handle, parent_handle);
199 T_EXPECT_EQ(entry_handle, invalid_handle, "handle unchanged on failure");
207 VM_PROT_READ | VM_PROT_WRITE | VM_PROT_IS_MASK, &entry_handle, parent_handle);
H A Dmach_vm_map.c265 mach_port_t entry_handle; variable
281 &entry_handle, MACH_PORT_NULL);
296 vmflags, entry_handle, 0, true, VM_PROT_ALL, VM_PROT_ALL,
307 entry_handle, target_offset, true, VM_PROT_ALL, VM_PROT_ALL,
317 entry_handle, target_offset, true, VM_PROT_ALL, VM_PROT_ALL,
331 entry_handle, target_offset, true, VM_PROT_ALL, VM_PROT_ALL,
H A Dvm_parameter_validation_replacement_mach_host.defs21 out entry_handle :mach_port_move_send_t);
/xnu-11215.81.4/osfmk/vm/
H A Dvm_tests.c1893 mach_port_t entry_handle; in vm_map_copy_entry_subrange_test() local
1918 &entry_handle, MACH_PORT_NULL); in vm_map_copy_entry_subrange_test()
1924 entry_handle, 0, true, VM_PROT_DEFAULT, VM_PROT_DEFAULT, in vm_map_copy_entry_subrange_test()
1936 mach_memory_entry_port_release(entry_handle); in vm_map_copy_entry_subrange_test()
1978 mach_port_t parent_handle, entry_handle; in vm_memory_entry_map_size_overflow_tests() local
1997 VM_PROT_DEFAULT, &entry_handle, parent_handle); in vm_memory_entry_map_size_overflow_tests()
2002 kr = mach_memory_entry_map_size(entry_handle, map, maximum_offset, size_16kb, in vm_memory_entry_map_size_overflow_tests()
2008 mach_memory_entry_port_release(entry_handle); in vm_memory_entry_map_size_overflow_tests()
2021 &entry_handle, MACH_PORT_NULL); in vm_memory_entry_map_size_overflow_tests()
2025 kr = mach_memory_entry_map_size(entry_handle, map, maximum_offset, size_16kb, in vm_memory_entry_map_size_overflow_tests()
[all …]
H A Dvm_memory_entry.c1296 ipc_port_t *entry_handle) in mach_memory_object_memory_entry_64() argument
1354 *entry_handle = user_handle; in mach_memory_object_memory_entry_64()
1365 ipc_port_t *entry_handle) in mach_memory_object_memory_entry() argument
1368 size_u, permission_u, pager, entry_handle); in mach_memory_object_memory_entry()
/xnu-11215.81.4/osfmk/mach/
H A Dmach_host.defs130 out entry_handle :mach_port_move_send_t);
217 out entry_handle :mach_port_move_send_t);