Home
last modified time | relevance | path

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

/xnu-12377.41.6/osfmk/mach/ !
H A Dvm_inherit.h85 #define VM_INHERIT_SHARE ((vm_inherit_t) 0) /* share with child */ macro
/xnu-12377.41.6/tests/vm/ !
H A Dconfigurator_vm_inherit.c86 vm_inherit_t inherit = VM_INHERIT_SHARE; in successful_vm_inherit()
H A Dvm_stress.cpp74 uint32_t arg_inheritance = VM_INHERIT_SHARE;
H A Dvm_allocation.c3390 …assert_mach_success(mach_vm_inherit(mach_task_self(), src, size, VM_INHERIT_SHARE), "mach_vm_inher… in test_vmcopy_shared_source()
H A Dvm_parameter_validation.c1411 int err = minherit(start, size, VM_INHERIT_SHARE); in call_minherit()
/xnu-12377.41.6/osfmk/vm/ !
H A Dvm_shared_region.c2411 VM_INHERIT_SHARE); in vm_shared_region_insert_submap()
2458 VM_INHERIT_SHARE); in vm_shared_region_insert_submap()
2497 VM_INHERIT_SHARE); in vm_shared_region_insert_submap()
3907 VM_INHERIT_SHARE); in vm_commpage_enter()
3931 VM_INHERIT_SHARE); in vm_commpage_enter()
H A Dvm_map.c3042 if (is_caller_entering_mte_memory && inheritance == VM_INHERIT_SHARE) { in vm_map_enter()
6585 if (new_inheritance == VM_INHERIT_SHARE) { in vm_map_inherit()
10489 == VM_INHERIT_SHARE) { in vm_map_copy_overwrite_nested()
12353 if (inheritance == VM_INHERIT_SHARE) { in vm_map_copyout_internal()
14697 assert(old_entry_inheritance != VM_INHERIT_SHARE); in vm_map_fork()
14714 old_entry_inheritance = VM_INHERIT_SHARE; in vm_map_fork()
14736 old_entry_inheritance = VM_INHERIT_SHARE; in vm_map_fork()
14759 case VM_INHERIT_SHARE: in vm_map_fork()
15594 if (entry->inheritance == VM_INHERIT_SHARE) { in vm_map_lookup_and_lock_object()
18686 inheritance == VM_INHERIT_SHARE); in vm_map_remap_extract()
[all …]
H A Dvm_memory_entry.c763 VM_INHERIT_SHARE, in mach_make_memory_entry_share()
/xnu-12377.41.6/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.c1176 VM_PROT_READ, VM_PROT_READ, VM_INHERIT_SHARE); in kdebug_typefilter()
/xnu-12377.41.6/tests/ !
H A Darm_mte.c1563 int ret = minherit((void*) untagged_addr, ALLOC_SIZE, VM_INHERIT_SHARE);
1569 ALLOC_SIZE, VM_INHERIT_SHARE);
1582 /* copy = */ false, VM_PROT_DEFAULT, VM_PROT_ALL, VM_INHERIT_SHARE);
/xnu-12377.41.6/osfmk/i386/commpage/ !
H A Dcommpage.c203 VM_INHERIT_SHARE); // inheritance in commpage_allocate()
/xnu-12377.41.6/tests/vm/configurator/ !
H A Dvm_configurator.c319 [VM_INHERIT_SHARE] = "VM_INHERIT_SHARE", in name_for_inherit()
1685 .inheritance = VM_INHERIT_SHARE, in make_checker_for_submap()
4001 if (unnested_checker->inheritance == VM_INHERIT_SHARE) { in checker_list_try_unnest_one_entry_in_submap()
/xnu-12377.41.6/san/coverage/ !
H A Dkcov_ksancov.c708 VM_INHERIT_SHARE); in ksancov_do_map()
/xnu-12377.41.6/osfmk/tests/ !
H A Dvm_parameter_validation.h966 VM_INHERIT_TRIAL(VM_INHERIT_SHARE),