Home
last modified time | relevance | path

Searched refs:vm_map_links (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/osfmk/vm/
H A Dvm_map_store_rb.c176 map->holes_list = (struct vm_map_links*) l_next; in vm_map_delete_hole()
181 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) l_next); in vm_map_delete_hole()
184 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) VME_PREV(hole_entry)); in vm_map_delete_hole()
408 struct vm_map_links *new_hole_entry = NULL; in update_holes_on_entry_deletion()
458 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_deletion()
537 struct vm_map_links *new_hole_entry = NULL; in update_holes_on_entry_creation()
563 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_creation()
578 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_creation()
601 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_creation()
H A Dvm_map_store_internal.h79 struct vm_map_links { struct
99 struct vm_map_links links; /* first, last, min, max */ argument
H A Dvm_map_xnu.h169 struct vm_map_links links; /* links to other entries */
431 struct vm_map_links* vmmap_hole_hint; /* hint for quick hole lookups */
438 struct vm_map_links* _holes; /* links all holes between entries */
542 VML_PREV_SET(struct vm_map_links * links, vm_map_entry_t prev) in VML_PREV_SET()
625 ZONE_DECLARE_ID(ZONE_ID_VM_MAP_HOLES, struct vm_map_links);
H A Dvm_map.c1412 sizeof(struct vm_map_links), VM_MAP_HOLES_ZFLAGS, in vm_map_init()
1541 sizeof(struct vm_map_links), VM_MAP_HOLES_ZFLAGS, in vm_map_steal_memory()
1719 struct vm_map_links * links_ptr = ((struct vm_map_links *)new_addr); in vm_map_relocate_early_elem()
1723 relocate(struct vm_map_links *, next); in vm_map_relocate_early_elem()
1832 struct vm_map_links *hole_entry; in vm_map_create_options()
1876 struct vm_map_links *hole = map->holes_list; in vm_map_adjust_offsets()
22952 struct vm_map_links *new_hole; in vm_map_set_max_addr()