Home
last modified time | relevance | path

Searched refs:VM_INHERIT_DEFAULT (Results 1 – 19 of 19) sorted by relevance

/xnu-8019.80.24/osfmk/vm/
H A Dvm_tests.c91 VM_PROT_DEFAULT, VM_PROT_DEFAULT, VM_INHERIT_DEFAULT); in vm_test_collapse_compressor()
141 VM_PROT_DEFAULT, VM_PROT_DEFAULT, VM_INHERIT_DEFAULT); in vm_test_collapse_compressor()
426 VM_INHERIT_DEFAULT); in vm_test_device_pager_transpose()
436 VM_INHERIT_DEFAULT); in vm_test_device_pager_transpose()
670 VM_INHERIT_DEFAULT); in vm_test_4k()
707 VM_INHERIT_DEFAULT); in vm_test_4k()
726 VM_INHERIT_DEFAULT); in vm_test_4k()
747 VM_INHERIT_DEFAULT); in vm_test_4k()
767 VM_INHERIT_DEFAULT); in vm_test_4k()
867 VM_INHERIT_DEFAULT); in vm_test_map_copy_adjust_to_target()
[all …]
H A Dvm_kern.c1146 VM_PROT_DEFAULT, VM_PROT_ALL, VM_INHERIT_DEFAULT); in kmem_alloc_pageable()
1287 VM_PROT_DEFAULT, VM_PROT_ALL, VM_INHERIT_DEFAULT); in kmem_suballoc()
1434 VM_INHERIT_DEFAULT); in kmem_init()
1469 VM_INHERIT_DEFAULT); in kmem_init()
H A Dvm_shared_region.c1568 VM_INHERIT_DEFAULT); in vm_shared_region_map_file_setup()
1585 VM_INHERIT_DEFAULT); in vm_shared_region_map_file_setup()
3305 VM_INHERIT_DEFAULT); in vm_commpage_enter()
H A Dvm_map.c1492 entry->inheritance = VM_INHERIT_DEFAULT; in _vm_map_entry_create()
1921 new_entry->inheritance = VM_INHERIT_DEFAULT; in vm_map_find_space()
4897 VM_INHERIT_DEFAULT, in vm_map_enter_mem_object_prefault()
5233 VM_INHERIT_DEFAULT); in vm_map_enter_cpm()
5944 VM_INHERIT_DEFAULT); in vm_map_protect()
10693 VM_INHERIT_DEFAULT); in vm_map_copyout_kernel_buffer()
10901 VM_INHERIT_DEFAULT); in vm_map_copyout_size()
10924 VM_INHERIT_DEFAULT); in vm_map_copyout()
10989 VM_INHERIT_DEFAULT); in vm_map_copyout_internal()
11237 entry->inheritance = VM_INHERIT_DEFAULT; in vm_map_copyout_internal()
[all …]
H A Dvm_user.c236 VM_INHERIT_DEFAULT); in mach_vm_allocate_kernel()
325 VM_INHERIT_DEFAULT); in vm_allocate_kernel()
H A Dvm_pageout.c7156 prot_to_map, VM_PROT_ALL, VM_INHERIT_DEFAULT); in vm_map_enter_upl_range()
7167 prot_to_map, VM_PROT_ALL, VM_INHERIT_DEFAULT); in vm_map_enter_upl_range()
/xnu-8019.80.24/tests/
H A Dvm_test_mach_map.c164 VM_INHERIT_DEFAULT); in test_memory_entry_tagging()
340 VM_INHERIT_DEFAULT); in test_map_memory_entry()
601 VM_INHERIT_DEFAULT);
819 VM_INHERIT_DEFAULT);
833 VM_INHERIT_DEFAULT);
891 VM_INHERIT_DEFAULT);
907 VM_INHERIT_DEFAULT);
955 VM_INHERIT_DEFAULT);
1049 VM_INHERIT_DEFAULT);
1136 VM_INHERIT_DEFAULT);
[all …]
H A Dperf_vmfault.c101 &curprot, &maxprot, VM_INHERIT_DEFAULT), "vm_remap"); in map_mem_regions_default()
141 &curprot, &maxprot, VM_INHERIT_DEFAULT), "vm_remap"); in map_mem_regions_single()
183 &curprot, &maxprot, VM_INHERIT_DEFAULT), "vm_remap"); in map_mem_regions_multiple()
H A Dvm_phys_footprint.c734 VM_INHERIT_DEFAULT);
904 VM_INHERIT_DEFAULT);
1346 VM_INHERIT_DEFAULT);
/xnu-8019.80.24/osfmk/mach/
H A Dvm_inherit.h86 #define VM_INHERIT_DEFAULT VM_INHERIT_COPY macro
/xnu-8019.80.24/bsd/dev/dtrace/
H A Ddtrace_ptss.c186 … VM_KERN_MEMORY_NONE, IPC_PORT_NULL, 0, FALSE, cur_protection, max_protection, VM_INHERIT_DEFAULT); in dtrace_ptss_allocate_page()
194 …HERE, VM_KERN_MEMORY_NONE, map, addr, FALSE, &cur_protection, &max_protection, VM_INHERIT_DEFAULT); in dtrace_ptss_allocate_page()
/xnu-8019.80.24/osfmk/kern/
H A Dkext_alloc.c207 VM_INHERIT_DEFAULT); in kext_alloc()
H A Dkern_stackshot.c553 …NONE, kernel_map, (mach_vm_offset_t)stackshotbuf, FALSE, &cur_prot, &max_prot, VM_INHERIT_DEFAULT); in stackshot_remap_buffer()
/xnu-8019.80.24/bsd/kern/
H A Dmach_loader.c1864 VM_INHERIT_DEFAULT); in map_segment()
1878 VM_INHERIT_DEFAULT); in map_segment()
1943 VM_INHERIT_DEFAULT); in map_segment()
1957 VM_INHERIT_DEFAULT); in map_segment()
1989 VM_INHERIT_DEFAULT); in map_segment()
2003 VM_INHERIT_DEFAULT); in map_segment()
2261 VM_INHERIT_DEFAULT); in load_segment()
H A Dkern_mman.c704 VM_INHERIT_DEFAULT); in mmap()
807 VM_INHERIT_DEFAULT); in mmap()
/xnu-8019.80.24/libsyscall/mach/
H A Dmach_vm.c177 inheritance == VM_INHERIT_DEFAULT) { in mach_vm_map()
/xnu-8019.80.24/tests/vm/
H A Dvm_allocation.c436 VM_PROT_DEFAULT, VM_PROT_ALL, VM_INHERIT_DEFAULT); in wrapper_mach_vm_map()
445 VM_PROT_DEFAULT, VM_PROT_ALL, VM_INHERIT_DEFAULT); in wrapper_mach_vm_map_4kB()
453 VM_PROT_DEFAULT, VM_PROT_ALL, VM_INHERIT_DEFAULT); in wrapper_mach_vm_map_2MB()
480 VM_PROT_DEFAULT, VM_PROT_ALL, VM_INHERIT_DEFAULT); in wrapper_mach_vm_map_named_entry()
1687 vm_inherit_t inheritances[] = {VM_INHERIT_DEFAULT, VM_INHERIT_LAST_VALID + 1, UINT_MAX}; in test_mach_vm_map_protection_inheritance_error()
1737 (memory_object_offset_t)0, FALSE, VM_PROT_DEFAULT, VM_PROT_ALL, VM_INHERIT_DEFAULT), in test_mach_vm_map_large_mask_overflow_error()
/xnu-8019.80.24/osfmk/ipc/
H A Dmach_kernelrpc.c125 args->cur_protection, VM_PROT_ALL, VM_INHERIT_DEFAULT); in _kernelrpc_mach_vm_map_trap()
/xnu-8019.80.24/libkern/c++/
H A DOSKext.cpp1150 /* inheritance */ VM_INHERIT_DEFAULT); in removeKextBootstrap()