Searched refs:vm_map_submap (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/vm/
H A Dvm_kern.c816 kr = vm_map_submap(parent, map_addr, map_addr + map_size, map, map_addr, FALSE);
819 * See comment preceding vm_map_submap().
H A Dvm_map.h588 * in a submap by vm_map_submap.
757 extern kern_return_t vm_map_submap(
H A Dvm_map.c397 * vm_map_submap creates the submap.
3038 * vm_map_submap: [ kernel use only ]
3044 * performed on this range prior to calling vm_map_submap.
3047 * within this rage after calling vm_map_submap:
3056 vm_map_submap( function
3118 panic("vm_map_submap: pmap_nest failed, rc = %08X\n", result);

Completed in 37 milliseconds