Searched refs:VM_INHERIT_COPY (Results 1 – 7 of 7) sorted by relevance
| /xnu-12377.41.6/osfmk/mach/ |
| H A D | vm_inherit.h | 86 #define VM_INHERIT_COPY ((vm_inherit_t) 1) /* copy into child */ macro 90 #define VM_INHERIT_DEFAULT VM_INHERIT_COPY
|
| /xnu-12377.41.6/tests/ |
| H A D | proc_info.c | 1406 T_EXPECT_EQ_UINT((preginfo.pri_inheritance ^ VM_INHERIT_COPY), 0U, 1458 T_EXPECT_EQ_UINT((preginfo_path.prp_prinfo.pri_inheritance ^ VM_INHERIT_COPY), 0U, 1545 T_EXPECT_EQ_UINT((preginfo_path.prp_prinfo.pri_inheritance ^ VM_INHERIT_COPY), 0U,
|
| /xnu-12377.41.6/tests/vm/configurator/ |
| H A D | vm_configurator.c | 320 [VM_INHERIT_COPY] = "VM_INHERIT_COPY", in name_for_inherit() 4002 unnested_checker->inheritance = VM_INHERIT_COPY; in checker_list_try_unnest_one_entry_in_submap()
|
| /xnu-12377.41.6/osfmk/vm/ |
| H A D | vm_reclaim.c | 345 VM_PROT_DEFAULT, VM_PROT_DEFAULT, VM_INHERIT_COPY); in vm_deferred_reclamation_buffer_allocate_internal()
|
| H A D | vm_map.c | 6578 if (new_inheritance == VM_INHERIT_COPY) { in vm_map_inherit() 10490 entry->inheritance = VM_INHERIT_COPY; in vm_map_copy_overwrite_nested() 14716 if (old_entry_inheritance == VM_INHERIT_COPY && in vm_map_fork() 14764 case VM_INHERIT_COPY: in vm_map_fork() 15006 VM_INHERIT_COPY); in vm_map_exec() 15595 entry->inheritance = VM_INHERIT_COPY; in vm_map_lookup_and_lock_object() 18685 inheritance == VM_INHERIT_COPY || in vm_map_remap_extract()
|
| H A D | vm_shared_region.c | 2552 VM_INHERIT_COPY); in vm_shared_region_insert_placeholder()
|
| /xnu-12377.41.6/osfmk/tests/ |
| H A D | vm_parameter_validation.h | 967 VM_INHERIT_TRIAL(VM_INHERIT_COPY),
|