Home
last modified time | relevance | path

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

/xnu-8796.101.5/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()
517 test_map = vm_map_create_options(test_pmap, in vm_test_4k()
840 map4k = vm_map_create_options(PMAP_NULL, 0, (uint32_t)-1, in vm_test_map_copy_adjust_to_target()
845 map16k = vm_map_create_options(PMAP_NULL, 0, (uint32_t)-1, in vm_test_map_copy_adjust_to_target()
H A Dvm_shared_region.c774 sub_map = vm_map_create_options(pmap_nested, 0, in vm_shared_region_create()
798 sub_map = vm_map_create_options(pmap, 0, in vm_shared_region_create()
3435 new_map = vm_map_create_options(new_pmap, 0, size, VM_MAP_CREATE_DEFAULT); in _vm_commpage_init()
H A Dvm_kern.c1081 map = vm_map_create_options(vm_map_pmap(parent), 0, size, vmc_options); in kmem_suballoc()
3781 kernel_map = vm_map_create_options(pmap_kernel(), in kmem_init()
3816 kernel_map = vm_map_create_options(pmap_kernel(), in kmem_init()
H A Dvm_map.h1118 extern vm_map_t vm_map_create_options(
H A Dvm_user.c4295 new_map = vm_map_create_options(PMAP_NULL, VM_MAP_MIN_ADDRESS, in vm_region_object_create()
H A Dvm_map.c1348 return vm_map_create_options(pmap, min, max, options); in vm_map_create_external()
1454 vm_map_create_options( in vm_map_create_options() function
13125 new_map = vm_map_create_options(new_pmap, in vm_map_fork()
17790 new_map = vm_map_create_options(new_pmap, 0, MACH_VM_MAX_ADDRESS, in vm_map_copy_to_physcopy()
/xnu-8796.101.5/bsd/kern/
H A Dmach_loader.c506 map = vm_map_create_options(pmap, 0, in load_machfile()
/xnu-8796.101.5/osfmk/kern/
H A Dtask.c1410 new_map = vm_map_create_options(pmap, in task_create_internal()