Home
last modified time | relevance | path

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

/xnu-11215/osfmk/vm/
H A Dvm_map_store_rb.c207 vm_map_entry_t map_entry, next_map_entry; in check_map_sanity() local
216 map_entry = vm_map_first_entry(map); in check_map_sanity()
217 next_map_entry = map_entry->vme_next; in check_map_sanity()
219 while (map_entry->vme_start > hole_entry->vme_start) { in check_map_sanity()
228 while (map_entry != vm_map_to_entry(map)) { in check_map_sanity()
229 if (map_entry->vme_start >= map->max_offset) { in check_map_sanity()
233 if (map_entry->vme_end != map_entry->vme_next->vme_start) { in check_map_sanity()
234 if (map_entry->vme_next == vm_map_to_entry(map)) { in check_map_sanity()
238 if (hole_entry->vme_start != map_entry->vme_end) { in check_map_sanity()
240 assert(hole_entry->vme_start == map_entry->vme_end); in check_map_sanity()
[all …]
H A Dvm_map.c446 vm_map_entry_t map_entry,
972 vm_map_entry_t map_entry; in vm_map_set_cache_attr() local
979 map_entry->is_sub_map) { in vm_map_set_cache_attr()
1027 vm_map_entry_t map_entry; in vm_map_apple_protected() local
1073 &map_entry) || in vm_map_apple_protected()
1074 map_entry->is_sub_map || in vm_map_apple_protected()
1103 tmp_entry = *map_entry; in vm_map_apple_protected()
19951 vm_map_entry_t map_entry, in vm_map_footprint_query_page_info() argument
20007 - map_entry->vme_start in vm_map_footprint_query_page_info()
20031 - map_entry->vme_start in vm_map_footprint_query_page_info()
[all …]