Home
last modified time | relevance | path

Searched refs:VM_INHERIT_SHARE (Results 1 – 12 of 12) sorted by relevance

/xnu-8019.80.24/osfmk/mach/
H A Dvm_inherit.h81 #define VM_INHERIT_SHARE ((vm_inherit_t) 0) /* share with child */ macro
/xnu-8019.80.24/osfmk/vm/
H A Dvm_shared_region.c2082 VM_INHERIT_SHARE); in vm_shared_region_enter()
2135 VM_INHERIT_SHARE); in vm_shared_region_enter()
2179 VM_INHERIT_SHARE); in vm_shared_region_enter()
3250 VM_INHERIT_SHARE); in vm_commpage_enter()
3276 VM_INHERIT_SHARE); in vm_commpage_enter()
H A Dvm_map.c9320 == VM_INHERIT_SHARE) { in vm_map_copy_overwrite_nested()
12913 old_entry_inheritance = VM_INHERIT_SHARE; in vm_map_fork()
12935 case VM_INHERIT_SHARE: in vm_map_fork()
13817 if (entry->inheritance == VM_INHERIT_SHARE) { in vm_map_lookup_locked()
16465 inheritance == VM_INHERIT_SHARE); in vm_map_remap_extract()
18017 case VM_INHERIT_SHARE: in vm_map_remap()
H A Dvm_user.c3072 VM_INHERIT_SHARE, in mach_make_memory_entry_internal()
/xnu-8019.80.24/bsd/kern/
H A Dkern_mman.c703 VM_INHERIT_SHARE : in mmap()
806 VM_INHERIT_SHARE : in mmap()
H A Dposix_shm.c905 VM_INHERIT_SHARE); in pshm_mmap()
H A Dsysv_shm.c539 VM_INHERIT_SHARE); in shmat()
H A Dsubr_log.c1113 VM_INHERIT_SHARE); in oslogioctl()
H A Dkdebug.c1180 VM_INHERIT_SHARE)); // inherit behavior on fork in kdebug_typefilter()
/xnu-8019.80.24/san/coverage/
H A Dkcov_ksancov.c319 VM_INHERIT_SHARE); in ksancov_do_map()
/xnu-8019.80.24/osfmk/i386/commpage/
H A Dcommpage.c205 VM_INHERIT_SHARE); // inheritance in commpage_allocate()
/xnu-8019.80.24/tests/vm/
H A Dvm_allocation.c3361 …T_QUIET; T_ASSERT_MACH_SUCCESS(mach_vm_inherit(mach_task_self(), src, size, VM_INHERIT_SHARE), "ma… in test_vmcopy_shared_source()