Home
last modified time | relevance | path

Searched refs:VM_INHERIT_NONE (Results 1 – 18 of 18) sorted by relevance

/xnu-8019.80.24/osfmk/mach/
H A Dvm_inherit.h83 #define VM_INHERIT_NONE ((vm_inherit_t) 2) /* absent from child */ macro
87 #define VM_INHERIT_LAST_VALID VM_INHERIT_NONE
/xnu-8019.80.24/tests/
H A Dipc_read_inspect.c314 VM_INHERIT_NONE); in test_task_port_mig_intrans()
366 VM_INHERIT_NONE); in test_task_port_mig_intrans()
393 VM_INHERIT_NONE); in test_task_port_mig_intrans()
H A Dperf_vmfault.c130 FALSE, VM_PROT_DEFAULT, VM_PROT_ALL, VM_INHERIT_NONE), "vm_map"); in map_mem_regions_single()
/xnu-8019.80.24/tests/vm_memory_tests_src/
H A Dvm_tests.c70 VM_INHERIT_NONE); in mach_vm_client()
169 memport, 0 /*offset*/, copy, cur_prot, max_prot, VM_INHERIT_NONE); in mach_vm_client()
/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/i386/commpage/
H A Dcommpage.c147 VM_INHERIT_NONE); in commpage_allocate()
/xnu-8019.80.24/bsd/tests/
H A Dcopyio_tests.c539 data.user_map, data.user_addr, false, &cur_protection, &max_protection, VM_INHERIT_NONE); in copyio_test()
/xnu-8019.80.24/bsd/kern/
H A Dposix_shm.c870 VM_INHERIT_NONE); in pshm_mmap()
H A Dsysv_shm.c502 VM_INHERIT_NONE); in shmat()
/xnu-8019.80.24/iokit/bsddev/skywalk/
H A DIOSkywalkSupport.cpp457 VM_INHERIT_NONE); in mapOverwrite()
552 VM_INHERIT_NONE); in OSDefineMetaClassAndFinalStructors()
/xnu-8019.80.24/osfmk/vm/
H A Dvm_tests.c291 VM_INHERIT_NONE); in vm_test_wire_and_extract()
H A Dbsd_vm.c1027 pinfo->pri_inheritance = VM_INHERIT_NONE; in fill_procregioninfo()
H A Dvm_map.c2238 inheritance = VM_INHERIT_NONE; /* fork() children won't inherit superpages */ in vm_map_enter()
2991 VM_INHERIT_NONE : inheritance), in vm_map_enter()
3719 VM_INHERIT_NONE : inheritance), in vm_map_enter_fourk()
12685 if (old_entry->inheritance == VM_INHERIT_NONE) { in vm_map_fork_share()
12905 if (old_entry_inheritance == VM_INHERIT_NONE && in vm_map_fork()
12916 if (old_entry_inheritance != VM_INHERIT_NONE && in vm_map_fork()
12932 case VM_INHERIT_NONE: in vm_map_fork()
16463 assert(inheritance == VM_INHERIT_NONE || in vm_map_remap_extract()
18015 case VM_INHERIT_NONE: in vm_map_remap()
H A Dvm_pageout.c10159 VM_INHERIT_NONE); in vm_paging_map_object()
/xnu-8019.80.24/iokit/Kernel/
H A DIOMemoryDescriptor.cpp877 VM_INHERIT_NONE); in IOMemoryDescriptorMapAlloc()
1174 VM_INHERIT_NONE); in memoryReferenceMap()
1491 VM_INHERIT_NONE); in memoryReferenceMapNew()
/xnu-8019.80.24/tests/vm/
H A Dvm_allocation.c3475 …ch_task_self(), &src, size, 0, TRUE, mem_obj, 0, FALSE, cur_protect, max_protect, VM_INHERIT_NONE), in test_vmcopy_trueshared_source()
3504 &max_protect, VM_INHERIT_NONE), in test_vmcopy_private_aliased_source()
/xnu-8019.80.24/osfmk/kern/
H A Dzalloc.c8587 VM_INHERIT_NONE); in zone_init_allocate_va()
8669 kernel_object, addr, FALSE, prot, prot, VM_INHERIT_NONE); in zone_submap_init()
8679 kernel_object, addr, FALSE, prot, prot, VM_INHERIT_NONE); in zone_submap_init()
/xnu-8019.80.24/libkern/c++/
H A DOSKext.cpp12916 VM_INHERIT_NONE);