Home
last modified time | relevance | path

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

/xnu-11215.61.5/osfmk/mach/
H A Dvm_inherit.h85 #define VM_INHERIT_SHARE ((vm_inherit_t) 0) /* share with child */ macro
/xnu-11215.61.5/osfmk/vm/
H A Dvm_shared_region.c2360 VM_INHERIT_SHARE); in vm_shared_region_enter()
2411 VM_INHERIT_SHARE); in vm_shared_region_enter()
2454 VM_INHERIT_SHARE); in vm_shared_region_enter()
3757 VM_INHERIT_SHARE); in vm_commpage_enter()
3781 VM_INHERIT_SHARE); in vm_commpage_enter()
H A Dvm_memory_entry.c779 VM_INHERIT_SHARE, in mach_make_memory_entry_share()
H A Dvm_map.c9674 == VM_INHERIT_SHARE) { in vm_map_copy_overwrite_nested()
13511 old_entry_inheritance = VM_INHERIT_SHARE; in vm_map_fork()
13533 old_entry_inheritance = VM_INHERIT_SHARE; in vm_map_fork()
13556 case VM_INHERIT_SHARE: in vm_map_fork()
14526 if (entry->inheritance == VM_INHERIT_SHARE) { in vm_map_lookup_and_lock_object()
17431 inheritance == VM_INHERIT_SHARE); in vm_map_remap_extract()
/xnu-11215.61.5/bsd/kern/
H A Dsubr_log.c477 VM_INHERIT_SHARE); in oslogioctl()
H A Dkern_mman.c793 VM_INHERIT_SHARE : in mmap()
934 VM_INHERIT_SHARE : in mmap()
H A Dposix_shm.c900 VM_INHERIT_SHARE); in pshm_mmap()
H A Dsysv_shm.c536 VM_INHERIT_SHARE); in shmat()
H A Dkdebug.c976 VM_PROT_READ, VM_PROT_READ, VM_INHERIT_SHARE); in kdebug_typefilter()
/xnu-11215.61.5/osfmk/i386/commpage/
H A Dcommpage.c202 VM_INHERIT_SHARE); // inheritance in commpage_allocate()
/xnu-11215.61.5/san/coverage/
H A Dkcov_ksancov.c538 VM_INHERIT_SHARE); in ksancov_do_map()
/xnu-11215.61.5/tests/vm/
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()
H A Dvm_parameter_validation.c1392 int err = minherit(start, size, VM_INHERIT_SHARE); in call_minherit()
/xnu-11215.61.5/osfmk/tests/
H A Dvm_parameter_validation.h1047 VM_INHERIT_TRIAL(VM_INHERIT_SHARE),