Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/mach/
H A Dmach.modulemap392 module vm_inherit {
393 header "mach/vm_inherit.h"
H A DMakefile178 vm_inherit.h \
H A Dvm_map.defs178 routine vm_inherit(
288 * vm_inherit calls for a description of these attributes.
H A Dmach_vm.defs198 routine vm_inherit(
337 * vm_inherit calls for a description of these attributes.
/xnu-8019.80.24/iokit/Tests/
H A DTestIOMemoryDescriptor.cpp281 kr = vm_inherit(kernel_map, buffer + ptoa(1), ptoa(1), VM_INHERIT_NONE); in IODMACommandLocalMappedNonContig()
1082 vm_inherit(kernel_map, data[0] + ptoa(1), ptoa(1), VM_INHERIT_NONE); in IOMemoryDescriptorTest()
1083 vm_inherit(kernel_map, data[0] + ptoa(16), ptoa(4), VM_INHERIT_NONE); in IOMemoryDescriptorTest()
/xnu-8019.80.24/osfmk/vm/
H A Dvm_user.c427 vm_inherit( in vm_inherit() function