Home
last modified time | relevance | path

Searched refs:vm_map_create_options (Results 1 – 8 of 8) sorted by relevance

/xnu-8020.140.41/osfmk/vm/
H A Dvm_tests.c269 user_map = vm_map_create_options(user_pmap, in vm_test_wire_and_extract()
273 wire_map = vm_map_create_options(NULL, in vm_test_wire_and_extract()
519 test_map = vm_map_create_options(test_pmap, in vm_test_4k()
842 map4k = vm_map_create_options(PMAP_NULL, 0, (uint32_t)-1, in vm_test_map_copy_adjust_to_target()
847 map16k = vm_map_create_options(PMAP_NULL, 0, (uint32_t)-1, in vm_test_map_copy_adjust_to_target()
969 user_map = vm_map_create_options(user_pmap, in vm_test_watch3_overmap()
H A Dvm_kern.c925 map = vm_map_create_options(vm_map_pmap(parent), 0, size, vmc_options); in kmem_suballoc()
2171 kernel_map = vm_map_create_options(pmap_kernel(), in kmem_init()
2208 kernel_map = vm_map_create_options(pmap_kernel(), in kmem_init()
H A Dvm_shared_region.c739 sub_map = vm_map_create_options(pmap_nested, 0, in vm_shared_region_create()
761 sub_map = vm_map_create_options(pmap, 0, in vm_shared_region_create()
3066 new_map = vm_map_create_options(new_pmap, 0, size, VM_MAP_CREATE_DEFAULT); in _vm_commpage_init()
H A Dvm_map.h1189 extern vm_map_t vm_map_create_options(
H A Dvm_user.c4285 new_map = vm_map_create_options(PMAP_NULL, VM_MAP_MIN_ADDRESS, in vm_region_object_create()
H A Dvm_map.c1328 return vm_map_create_options(pmap, min, max, options); in vm_map_create_external()
1434 vm_map_create_options( in vm_map_create_options() function
12674 new_map = vm_map_create_options(new_pmap, in vm_map_fork()
17159 new_map = vm_map_create_options(new_pmap, 0, MACH_VM_MAX_ADDRESS, in vm_map_copy_to_physcopy()
/xnu-8020.140.41/bsd/kern/
H A Dmach_loader.c493 map = vm_map_create_options(pmap, 0, in load_machfile()
/xnu-8020.140.41/osfmk/kern/
H A Dtask.c1361 new_task->map = vm_map_create_options(pmap, in task_create_internal()