Searched refs:VME_PREV_SET (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.1.9/osfmk/vm/ |
| H A D | vm_map_store_rb.c | 149 VME_PREV_SET(last_hole_entry, hole_entry); in vm_map_combine_hole() 152 VME_PREV_SET(middle_hole_entry, NULL); in vm_map_combine_hole() 178 VME_PREV_SET(l_next, l_prev); in vm_map_delete_hole() 187 VME_PREV_SET(hole_entry->vme_next, VME_PREV(hole_entry)); in vm_map_delete_hole() 191 VME_PREV_SET(hole_entry, NULL); in vm_map_delete_hole() 266 VME_PREV_SET(old_hole_entry) = VME_PREV(hole_entry); in copy_hole_info() 431 VME_PREV_SET(l_next, CAST_TO_VM_MAP_ENTRY(new_hole_entry)); in update_holes_on_entry_deletion() 441 VME_PREV_SET(l_next, CAST_TO_VM_MAP_ENTRY(new_hole_entry)); in update_holes_on_entry_deletion() 547 VME_PREV_SET(hole_entry->vme_next, CAST_TO_VM_MAP_ENTRY(new_hole_entry)); in update_holes_on_entry_creation()
|
| H A D | vm_map_store_ll.c | 76 VME_PREV_SET(entry, after_where); in vm_map_store_entry_link_ll() 79 VME_PREV_SET(entry->vme_next, entry); in vm_map_store_entry_link_ll() 86 VME_PREV_SET(entry->vme_next, VME_PREV(entry)); in vm_map_store_entry_unlink_ll()
|
| H A D | vm_map_xnu.h | 492 VME_PREV_SET(vm_map_entry_t entry, vm_map_entry_t prev) in VME_PREV_SET() function
|
| H A D | vm_map.c | 1543 VME_PREV_SET(hole_entry, NULL); in vm_map_disable_hole_optimization() 9353 VME_PREV_SET(vm_map_copy_first_entry(copy), vm_map_copy_to_entry(new_copy)); in vm_map_copy_copy() 10133 VME_PREV_SET(next_copy, vm_map_copy_to_entry(copy)); in vm_map_copy_overwrite_nested() 10275 VME_PREV_SET(next_copy, vm_map_copy_to_entry(copy)); in vm_map_copy_overwrite_nested()
|