| /xnu-8019.80.24/osfmk/vm/ |
| H A D | vm_tests.c | 91 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 D | vm_kern.c | 1146 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 D | vm_shared_region.c | 1568 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 D | vm_map.c | 1492 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 D | vm_user.c | 236 VM_INHERIT_DEFAULT); in mach_vm_allocate_kernel() 325 VM_INHERIT_DEFAULT); in vm_allocate_kernel()
|
| H A D | vm_pageout.c | 7156 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 D | vm_test_mach_map.c | 164 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 D | perf_vmfault.c | 101 &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 D | vm_phys_footprint.c | 734 VM_INHERIT_DEFAULT); 904 VM_INHERIT_DEFAULT); 1346 VM_INHERIT_DEFAULT);
|
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | vm_inherit.h | 86 #define VM_INHERIT_DEFAULT VM_INHERIT_COPY macro
|
| /xnu-8019.80.24/bsd/dev/dtrace/ |
| H A D | dtrace_ptss.c | 186 … 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 D | kext_alloc.c | 207 VM_INHERIT_DEFAULT); in kext_alloc()
|
| H A D | kern_stackshot.c | 553 …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 D | mach_loader.c | 1864 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 D | kern_mman.c | 704 VM_INHERIT_DEFAULT); in mmap() 807 VM_INHERIT_DEFAULT); in mmap()
|
| /xnu-8019.80.24/libsyscall/mach/ |
| H A D | mach_vm.c | 177 inheritance == VM_INHERIT_DEFAULT) { in mach_vm_map()
|
| /xnu-8019.80.24/tests/vm/ |
| H A D | vm_allocation.c | 436 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 D | mach_kernelrpc.c | 125 args->cur_protection, VM_PROT_ALL, VM_INHERIT_DEFAULT); in _kernelrpc_mach_vm_map_trap()
|
| /xnu-8019.80.24/libkern/c++/ |
| H A D | OSKext.cpp | 1150 /* inheritance */ VM_INHERIT_DEFAULT); in removeKextBootstrap()
|