Home
last modified time | relevance | path

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

/xnu-8020.101.4/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.h206 struct vm_map_links { struct
255 struct vm_map_links links; /* links to other entries */
434 struct vm_map_links links; /* first, last, min, max */
497 struct vm_map_links* vmmap_hole_hint; /* hint for quick hole lookups */
504 struct vm_map_links* _holes; /* links all holes between entries */
H A Dvm_map.c1101 sizeof(struct vm_map_links), VM_MAP_HOLES_ZFLAGS, in vm_map_init()
1202 sizeof(struct vm_map_links), VM_MAP_HOLES_ZFLAGS, 1); in vm_map_steal_memory()
1364 struct vm_map_links *hole_entry = zalloc(vm_map_holes_zone); in vm_map_create_options()
20058 struct vm_map_links *new_hole = zalloc(vm_map_holes_zone); in vm_map_set_max_addr()