Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/vm/
H A Dvm_map_store_rb.c35 (vm_map_entry_t)(((unsigned long)store) - ((unsigned long)sizeof(struct vm_map_links)))
195 map->holes_list = (struct vm_map_links*) l_next; in vm_map_delete_hole()
200 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) l_next); in vm_map_delete_hole()
203 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry->vme_prev); in vm_map_delete_hole()
427 struct vm_map_links *new_hole_entry = NULL; in update_holes_on_entry_deletion()
475 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_deletion()
554 struct vm_map_links *new_hole_entry = NULL; in update_holes_on_entry_creation()
580 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_creation()
595 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_creation()
618 SAVE_HINT_HOLE_WRITE(map, (struct vm_map_links*) hole_entry); in update_holes_on_entry_creation()
H A Dvm_map.h220 struct vm_map_links { struct
269 struct vm_map_links links; /* links to other entries */
442 struct vm_map_links links; /* first, last, min, max */
506 struct vm_map_links* vmmap_hole_hint; /* hint for quick hole lookups */
513 struct vm_map_links* _holes; /* links all holes between entries */
H A Dvm_map.c1092 sizeof(struct vm_map_links), VM_MAP_HOLES_ZFLAGS, in vm_map_init()
1193 sizeof(struct vm_map_links), VM_MAP_HOLES_ZFLAGS, 1); in vm_map_steal_memory()
1320 struct vm_map_links *hole_entry = NULL; in vm_map_create_options()
20082 struct vm_map_links *new_hole = zalloc(vm_map_holes_zone); in vm_map_set_max_addr()