Home
last modified time | relevance | path

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

/xnu-12377.1.9/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 */
423 struct vm_map_links* vmmap_hole_hint; /* hint for quick hole lookups */
430 struct vm_map_links* _holes; /* links all holes between entries */
506 VML_PREV_SET(struct vm_map_links * links, vm_map_entry_t prev) in VML_PREV_SET()
586 ZONE_DECLARE_ID(ZONE_ID_VM_MAP_HOLES, struct vm_map_links);
H A Dvm_map.c1381 sizeof(struct vm_map_links), VM_MAP_HOLES_ZFLAGS, in vm_map_init()
1501 sizeof(struct vm_map_links), VM_MAP_HOLES_ZFLAGS, in vm_map_steal_memory()
1679 struct vm_map_links * links_ptr = ((struct vm_map_links *)new_addr); in vm_map_relocate_early_elem()
1683 relocate(struct vm_map_links *, next); in vm_map_relocate_early_elem()
1792 struct vm_map_links *hole_entry; in vm_map_create_options()
1836 struct vm_map_links *hole = map->holes_list; in vm_map_adjust_offsets()
21873 struct vm_map_links *new_hole; in vm_map_set_max_addr()