Searched refs:VM_MAP_ENTRY_NULL (Results 1 – 6 of 6) sorted by relevance
83 vm_map_entry_t prev = VM_MAP_ENTRY_NULL; in vm_map_store_lookup_entry_rb()87 if (cur == VM_MAP_ENTRY_NULL) { in vm_map_store_lookup_entry_rb()101 if (prev == VM_MAP_ENTRY_NULL) { in vm_map_store_lookup_entry_rb()
879 map_entry = VM_MAP_ENTRY_NULL; /* not valid after unlocking map */ in vm_map_apple_protected()2072 vm_map_entry_t next_entry = VM_MAP_ENTRY_NULL; in vm_map_random_address_for_size()2073 vm_map_entry_t prev_entry = VM_MAP_ENTRY_NULL; in vm_map_random_address_for_size()9247 vm_map_entry_t previous_prev = VM_MAP_ENTRY_NULL; in vm_map_copy_overwrite_nested()9248 vm_map_entry_t next_copy = VM_MAP_ENTRY_NULL; in vm_map_copy_overwrite_nested()11472 vm_map_entry_t new_entry = VM_MAP_ENTRY_NULL; /* Map entry for copy */ in vm_map_copyin_internal()11576 if (new_entry != VM_MAP_ENTRY_NULL) \ in vm_map_copyin_internal()11706 if (new_entry == VM_MAP_ENTRY_NULL) { in vm_map_copyin_internal()11851 tmp_entry = VM_MAP_ENTRY_NULL; in vm_map_copyin_internal()11852 src_entry = VM_MAP_ENTRY_NULL; in vm_map_copyin_internal()[all …]
140 #define VM_MAP_ENTRY_NULL ((vm_map_entry_t) NULL) macro
2283 vm_map_entry_t tmp_entry = VM_MAP_ENTRY_NULL; in vm_shared_region_slide_mapping()2462 tmp_entry = VM_MAP_ENTRY_NULL; in vm_shared_region_slide_mapping()
2971 parent_copy_entry = VM_MAP_ENTRY_NULL; in mach_make_memory_entry_internal()3125 parent_copy_entry != VM_MAP_ENTRY_NULL && in mach_make_memory_entry_internal()
6579 entry = VM_MAP_ENTRY_NULL; in vm_map_create_upl()