Searched refs:mach_vm_inherit (Results 1 – 11 of 11) sorted by relevance
| /xnu-12377.61.12/tests/vm/ |
| H A D | configurator_vm_inherit.c | 89 kr = mach_vm_inherit(mach_task_self(), start, size, inherit); in successful_vm_inherit()
|
| H A D | vm_parameter_validation.c | 1396 kern_return_t kr = mach_vm_inherit(map, start, size, VM_INHERIT_NONE); in call_mach_vm_inherit() 1418 kern_return_t kr = mach_vm_inherit(map, start, size, value); in call_mach_vm_inherit__inherit()
|
| H A D | vm_allocation.c | 3390 …assert_mach_success(mach_vm_inherit(mach_task_self(), src, size, VM_INHERIT_SHARE), "mach_vm_inher… in test_vmcopy_shared_source()
|
| /xnu-12377.61.12/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 284 kr = mach_vm_inherit(kernel_map, buffer + ptoa(1), ptoa(1), VM_INHERIT_NONE); in IODMACommandLocalMappedNonContig() 1086 mach_vm_inherit(kernel_map, data[0] + ptoa(1), ptoa(1), VM_INHERIT_NONE); in IOMemoryDescriptorTest() 1087 mach_vm_inherit(kernel_map, data[0] + ptoa(16), ptoa(4), VM_INHERIT_NONE); in IOMemoryDescriptorTest()
|
| /xnu-12377.61.12/osfmk/vm/ |
| H A D | vm32_user.c | 166 return mach_vm_inherit(map, in vm32_vm_inherit()
|
| H A D | vm_user.c | 257 mach_vm_inherit( in mach_vm_inherit() function 289 return mach_vm_inherit(map, start_u, size_u, new_inheritance_u); in vm_inherit()
|
| H A D | vm_tests.c | 1773 kr = mach_vm_inherit(VM_MAP_NULL, alloced_addr, size_16kb, VM_INHERIT_DEFAULT); in vm_map_null_tests()
|
| /xnu-12377.61.12/tests/ |
| H A D | arm_mte.c | 1170 kr = mach_vm_inherit(mach_task_self(), tagged_addr, alloc_size, NEW_INHERIT); 1568 kr = mach_vm_inherit(mach_task_self(), untagged_addr, 1655 kr = mach_vm_inherit(mach_task_self(), inherit_none_addr, alloc_size,
|
| /xnu-12377.61.12/osfmk/mach/ |
| H A D | mach_vm.defs | 200 routine mach_vm_inherit(
|
| /xnu-12377.61.12/bsd/kern/ |
| H A D | kern_mman.c | 1389 result = mach_vm_inherit(user_map, addr, size, inherit); in minherit()
|
| /xnu-12377.61.12/tests/vm/configurator/ |
| H A D | vm_configurator.c | 2747 kr = mach_vm_inherit(mach_task_self(), in create_vm_state()
|