Home
last modified time | relevance | path

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

/xnu-11215.1.10/osfmk/vm/
H A Dvm_map_xnu.h449 /* boolean_t */ has_corpse_footprint:1, member
H A Dvm_map.c1666 result->has_corpse_footprint = true; in vm_map_create_options()
15453 if (map->has_corpse_footprint) { in vm_map_region_walk()
19606 assert(!map->has_corpse_footprint); in vm_map_footprint_query_page_info()
20086 if (map->has_corpse_footprint) { in vm_map_page_range_info_internal()
22803 assert(new_map->has_corpse_footprint); in vm_map_corpse_footprint_collect()
22804 assert(!old_map->has_corpse_footprint); in vm_map_corpse_footprint_collect()
22805 if (!new_map->has_corpse_footprint || in vm_map_corpse_footprint_collect()
22806 old_map->has_corpse_footprint) { in vm_map_corpse_footprint_collect()
23070 assert(new_map->has_corpse_footprint); in vm_map_corpse_footprint_collect_done()
23071 if (!new_map->has_corpse_footprint || in vm_map_corpse_footprint_collect_done()
[all …]