| /xnu-8019.80.24/osfmk/mach/ |
| H A D | vm_inherit.h | 83 #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 D | ipc_read_inspect.c | 314 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 D | perf_vmfault.c | 130 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 D | vm_tests.c | 70 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 D | TestIOMemoryDescriptor.cpp | 281 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 D | commpage.c | 147 VM_INHERIT_NONE); in commpage_allocate()
|
| /xnu-8019.80.24/bsd/tests/ |
| H A D | copyio_tests.c | 539 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 D | posix_shm.c | 870 VM_INHERIT_NONE); in pshm_mmap()
|
| H A D | sysv_shm.c | 502 VM_INHERIT_NONE); in shmat()
|
| /xnu-8019.80.24/iokit/bsddev/skywalk/ |
| H A D | IOSkywalkSupport.cpp | 457 VM_INHERIT_NONE); in mapOverwrite() 552 VM_INHERIT_NONE); in OSDefineMetaClassAndFinalStructors()
|
| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_tests.c | 291 VM_INHERIT_NONE); in vm_test_wire_and_extract()
|
| H A D | bsd_vm.c | 1027 pinfo->pri_inheritance = VM_INHERIT_NONE; in fill_procregioninfo()
|
| H A D | vm_map.c | 2238 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 D | vm_pageout.c | 10159 VM_INHERIT_NONE); in vm_paging_map_object()
|
| /xnu-8019.80.24/iokit/Kernel/ |
| H A D | IOMemoryDescriptor.cpp | 877 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 D | vm_allocation.c | 3475 …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 D | zalloc.c | 8587 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 D | OSKext.cpp | 12916 VM_INHERIT_NONE);
|