Home
last modified time | relevance | path

Searched refs:mach_vm_inherit (Results 1 – 8 of 8) sorted by relevance

/xnu-11417.101.15/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp284 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-11417.101.15/osfmk/vm/
H A Dvm32_user.c166 return mach_vm_inherit(map, in vm32_vm_inherit()
H A Dvm_user.c250 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 Dvm_tests.c1738 kr = mach_vm_inherit(VM_MAP_NULL, alloced_addr, size_16kb, VM_INHERIT_DEFAULT); in vm_map_null_tests()
/xnu-11417.101.15/osfmk/mach/
H A Dmach_vm.defs200 routine mach_vm_inherit(
/xnu-11417.101.15/bsd/kern/
H A Dkern_mman.c1380 result = mach_vm_inherit(user_map, addr, size, inherit); in minherit()
/xnu-11417.101.15/tests/vm/
H A Dvm_parameter_validation.c1377 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 Dvm_allocation.c3415 …T_QUIET; T_ASSERT_MACH_SUCCESS(mach_vm_inherit(mach_task_self(), src, size, VM_INHERIT_SHARE), "ma… in test_vmcopy_shared_source()