Home
last modified time | relevance | path

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

/xnu-10002.1.13/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()
3454 new_map = vm_map_create_options(new_pmap, 0, size, VM_MAP_CREATE_DEFAULT); in _vm_commpage_init()
H A Dvm_kern.c1075 map = vm_map_create_options(vm_map_pmap(parent), 0, size, vmc_options); in kmem_suballoc()
3787 kernel_map = vm_map_create_options(pmap_kernel(), in kmem_init()
3822 kernel_map = vm_map_create_options(pmap_kernel(), in kmem_init()
H A Dvm_map.h1182 extern vm_map_t vm_map_create_options(
H A Dvm_user.c4371 new_map = vm_map_create_options(PMAP_NULL, VM_MAP_MIN_ADDRESS, in vm_region_object_create()
H A Dvm_map.c1373 return vm_map_create_options(pmap, min, max, options); in vm_map_create_external()
1479 vm_map_create_options( in vm_map_create_options() function
13301 new_map = vm_map_create_options(new_pmap, in vm_map_fork()
17994 new_map = vm_map_create_options(new_pmap, 0, MACH_VM_MAX_ADDRESS, in vm_map_copy_to_physcopy()
/xnu-10002.1.13/bsd/kern/
H A Dmach_loader.c510 map = vm_map_create_options(pmap, 0, in load_machfile()
/xnu-10002.1.13/osfmk/kern/
H A Dtask.c1462 new_map = vm_map_create_options(pmap, in task_create_internal()