Lines Matching refs:vm_map_entry
842 struct vm_map_entry tmp_entry; in vm_map_apple_protected()
1122 sizeof(struct vm_map_entry), VM_MAP_ENTRY_ZFLAGS, in vm_map_init()
1129 sizeof(struct vm_map_entry), VM_MAP_ENTRY_RESERVED_ZFLAGS); in vm_map_init()
1239 sizeof(struct vm_map_entry), VM_MAP_ENTRY_ZFLAGS, in vm_map_steal_memory()
1705 return __container_of(list->vmz_tail, struct vm_map_entry, vme_next); in vm_map_zap_last_entry()
6352 struct vm_map_entry *first_entry, tmp_entry; in vm_map_wire_nested()
7107 struct vm_map_entry *first_entry, tmp_entry; in vm_map_unwire_nested()
8022 struct vm_map_entry tmp_entry; in vm_map_delete()
12071 tmp_entry = (struct vm_map_entry *)tmp_entry->vme_next; in vm_map_copyin_internal()
19622 new_hole->next = (struct vm_map_entry *)map->holes_list; in vm_map_set_max_addr()
19623 map->holes_list->prev->links.next = (struct vm_map_entry *)new_hole; in vm_map_set_max_addr()
19624 map->holes_list->prev = (struct vm_map_entry *)new_hole; in vm_map_set_max_addr()