Home
last modified time | relevance | path

Searched refs:vm_map_copy_require (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/vm/
H A Dvm_map_internal.h653 extern void vm_map_copy_require(
H A Dvm_map.c929 vm_map_copy_require(struct vm_map_copy *copy) in vm_map_copy_require() function
4245 vm_map_copy_require(copy_map); in vm_map_enter_mem_object()
8988 vm_map_copy_require(copy); in vm_map_copy_discard()
9057 vm_map_copy_require(copy); in vm_map_copy_copy()
10054 vm_map_copy_require(copy); in vm_map_copy_overwrite()
11362 vm_map_copy_require(copy); in vm_map_copy_validate_size()
11424 vm_map_copy_require(copy); in vm_map_copyout_internal()
13233 vm_map_copy_require(copy); in vm_map_fork_copy()
18786 vm_map_copy_require(src_copy_map); in vm_map_copy_adjust_to_target()
18805 vm_map_copy_require(target_copy_map); in vm_map_copy_adjust_to_target()
[all …]
H A Dvm_memory_entry.c733 vm_map_copy_require(parent_copy); in mach_make_memory_entry_share()