Home
last modified time | relevance | path

Searched refs:vmmap_corpse_footprint (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.61.2/osfmk/vm/
H A Dvm_map.h603 struct vm_map_corpse_footprint_header *vmmap_corpse_footprint; member
606 #define vmmap_corpse_footprint vmmap_u_1.vmmap_corpse_footprint macro
H A Dvm_map.c21664 if (new_map->vmmap_corpse_footprint == NULL) { in vm_map_corpse_footprint_collect()
21708 new_map->vmmap_corpse_footprint = footprint_header; in vm_map_corpse_footprint_collect()
21723 new_map->vmmap_corpse_footprint; in vm_map_corpse_footprint_collect()
21922 new_map->vmmap_corpse_footprint == NULL) { in vm_map_corpse_footprint_collect_done()
21927 new_map->vmmap_corpse_footprint; in vm_map_corpse_footprint_collect_done()
22012 footprint_header = map->vmmap_corpse_footprint; in vm_map_corpse_footprint_query_page_info()
22103 map->vmmap_corpse_footprint != 0) { in vm_map_corpse_footprint_destroy()
22108 footprint_header = map->vmmap_corpse_footprint; in vm_map_corpse_footprint_destroy()
22111 (vm_offset_t) map->vmmap_corpse_footprint, in vm_map_corpse_footprint_destroy()
22115 map->vmmap_corpse_footprint = 0; in vm_map_corpse_footprint_destroy()