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()
888 map_entry = VM_MAP_ENTRY_NULL; /* not valid after unlocking map */ in vm_map_apple_protected()2074 vm_map_entry_t next_entry = VM_MAP_ENTRY_NULL; in vm_map_random_address_for_size()2075 vm_map_entry_t prev_entry = VM_MAP_ENTRY_NULL; in vm_map_random_address_for_size()9244 vm_map_entry_t previous_prev = VM_MAP_ENTRY_NULL; in vm_map_copy_overwrite_nested()9245 vm_map_entry_t next_copy = VM_MAP_ENTRY_NULL; in vm_map_copy_overwrite_nested()11469 vm_map_entry_t new_entry = VM_MAP_ENTRY_NULL; /* Map entry for copy */ in vm_map_copyin_internal()11573 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
2273 vm_map_entry_t tmp_entry = VM_MAP_ENTRY_NULL; in vm_shared_region_slide_mapping()2452 tmp_entry = VM_MAP_ENTRY_NULL; in vm_shared_region_slide_mapping()
2950 parent_copy_entry = VM_MAP_ENTRY_NULL; in mach_make_memory_entry_internal()3104 parent_copy_entry != VM_MAP_ENTRY_NULL && in mach_make_memory_entry_internal()
6571 entry = VM_MAP_ENTRY_NULL; in vm_map_create_upl()