Searched refs:mach_vm_inherit (Results 1 – 8 of 8) sorted by relevance
| /xnu-11215.61.5/iokit/Tests/ |
| H A D | TestIOMemoryDescriptor.cpp | 283 kr = mach_vm_inherit(kernel_map, buffer + ptoa(1), ptoa(1), VM_INHERIT_NONE); in IODMACommandLocalMappedNonContig() 1085 mach_vm_inherit(kernel_map, data[0] + ptoa(1), ptoa(1), VM_INHERIT_NONE); in IOMemoryDescriptorTest() 1086 mach_vm_inherit(kernel_map, data[0] + ptoa(16), ptoa(4), VM_INHERIT_NONE); in IOMemoryDescriptorTest()
|
| /xnu-11215.61.5/osfmk/vm/ |
| H A D | vm32_user.c | 166 return mach_vm_inherit(map, in vm32_vm_inherit()
|
| H A D | vm_user.c | 250 mach_vm_inherit( in mach_vm_inherit() function 282 return mach_vm_inherit(map, start_u, size_u, new_inheritance_u); in vm_inherit()
|
| H A D | vm_tests.c | 1737 kr = mach_vm_inherit(VM_MAP_NULL, alloced_addr, size_16kb, VM_INHERIT_DEFAULT); in vm_map_null_tests()
|
| /xnu-11215.61.5/osfmk/mach/ |
| H A D | mach_vm.defs | 200 routine mach_vm_inherit(
|
| /xnu-11215.61.5/bsd/kern/ |
| H A D | kern_mman.c | 1380 result = mach_vm_inherit(user_map, addr, size, inherit); in minherit()
|
| /xnu-11215.61.5/tests/vm/ |
| H A D | vm_parameter_validation.c | 1377 kern_return_t kr = mach_vm_inherit(map, start, size, VM_INHERIT_NONE); in call_mach_vm_inherit() 1399 kern_return_t kr = mach_vm_inherit(map, start, size, value); in call_mach_vm_inherit__inherit()
|
| H A D | vm_allocation.c | 3415 …T_QUIET; T_ASSERT_MACH_SUCCESS(mach_vm_inherit(mach_task_self(), src, size, VM_INHERIT_SHARE), "ma… in test_vmcopy_shared_source()
|