Lines Matching refs:VM_MAP_NULL

303 	if (map == VM_MAP_NULL) {  in mach_vm_allocate_kernel()
371 if (map == VM_MAP_NULL) { in vm_allocate_external()
426 if ((map == VM_MAP_NULL) || (start + size < start)) { in mach_vm_deallocate()
455 if ((map == VM_MAP_NULL) || (start + size < start)) { in vm_deallocate()
484 if ((map == VM_MAP_NULL) || (start + size < start) || in mach_vm_inherit()
513 if ((map == VM_MAP_NULL) || (start + size < start) || in vm_inherit()
544 if ((map == VM_MAP_NULL) || (start + size < start) || in mach_vm_protect()
577 if ((map == VM_MAP_NULL) || (start + size < start) || in vm_protect()
612 if ((map == VM_MAP_NULL) || (addr + size < addr)) { in mach_vm_machine_attribute()
644 if ((map == VM_MAP_NULL) || (addr + size < addr)) { in vm_machine_attribute()
686 if (map == VM_MAP_NULL) { in mach_vm_read()
729 if (map == VM_MAP_NULL) { in vm_read()
776 if (map == VM_MAP_NULL || in mach_vm_read_list()
842 if (map == VM_MAP_NULL || in vm_read_list()
900 if (map == VM_MAP_NULL) { in mach_vm_read_overwrite()
947 if (map == VM_MAP_NULL) { in vm_read_overwrite()
984 if (map == VM_MAP_NULL) { in mach_vm_write()
1009 if (map == VM_MAP_NULL) { in vm_write()
1033 if (map == VM_MAP_NULL) { in mach_vm_copy()
1066 if (map == VM_MAP_NULL) { in vm_copy()
1254 if (target_map == VM_MAP_NULL) { in mach_vm_remap_new_external()
1278 if (src_map == VM_MAP_NULL) { in mach_vm_remap_new_external()
1351 if (VM_MAP_NULL == target_map || VM_MAP_NULL == src_map) { in mach_vm_remap_kernel_helper()
1559 if (map == VM_MAP_NULL) { in mach_vm_wire_kernel()
1608 if (map == VM_MAP_NULL) { in vm_wire()
1675 if (map == VM_MAP_NULL) { in mach_vm_msync()
1724 if (map == VM_MAP_NULL) { in vm_msync()
1783 if ((map == VM_MAP_NULL) || (start + size < start)) { in mach_vm_behavior_set()
1871 if (VM_MAP_NULL == map) { in mach_vm_region()
1921 if (VM_MAP_NULL == map) { in vm_region_64()
1961 if (VM_MAP_NULL == map) { in vm_region()
2000 if (VM_MAP_NULL == map) { in mach_vm_region_recurse()
2038 if (VM_MAP_NULL == map) { in vm_region_recurse_64()
2077 if (VM_MAP_NULL == map || *infoCnt < VM_REGION_SUBMAP_INFO_COUNT) { in vm_region_recurse()
2125 if (VM_MAP_NULL == map) { in mach_vm_purgable_control()
2169 if (VM_MAP_NULL == map) { in vm_purgable_control()
2242 if (VM_MAP_NULL == map) { in vm_allocate_cpm()
2266 if (VM_MAP_NULL == map) { in mach_vm_page_query()
2283 if (VM_MAP_NULL == map) { in vm_map_page_query()
2313 if (map == VM_MAP_NULL || dispositions_count == NULL) { in mach_vm_page_range_query()
2430 if (map == VM_MAP_NULL) { in mach_vm_page_info()
2448 if (VM_MAP_NULL == map) { in vm_upl_map()
2462 if (VM_MAP_NULL == map) { in vm_upl_unmap()
2482 if (VM_MAP_NULL == map) { in vm_upl_map_range()
2504 if (VM_MAP_NULL == map) { in vm_upl_unmap_range()
2532 if (VM_MAP_NULL == map) { in vm_map_get_upl()
2861 if (target_map == VM_MAP_NULL) { in mach_make_memory_entry_internal()
2932 if (target_map == VM_MAP_NULL) { in mach_make_memory_entry_internal()
3346 if (map == VM_MAP_NULL) { in task_wire()
3361 if (map == VM_MAP_NULL) { in vm_map_exec_lockdown()