Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/vm/
H A Dvm_shared_region.c756 vm_map_t sub_map, config_map; in vm_shared_region_create() local
772 config_map = VM_MAP_NULL; in vm_shared_region_create()
872 config_map = vm_map_create_options(config_pmap, base_address, in vm_shared_region_create()
879 vm_map_set_page_shift(config_map, SIXTEENK_PAGE_SHIFT); in vm_shared_region_create()
886 vm_map_set_page_shift(config_map, FOURK_PAGE_SHIFT); in vm_shared_region_create()
900 config_map = vm_map_create_options(config_pmap, base_address, in vm_shared_region_create()
909 if (config_map != VM_MAP_NULL) { in vm_shared_region_create()
919 if ((sub_map == VM_MAP_NULL) || (config_map == VM_MAP_NULL)) { in vm_shared_region_create()
923 if (config_map != VM_MAP_NULL) { in vm_shared_region_create()
924 vm_map_deallocate(config_map); in vm_shared_region_create()
[all …]