Lines Matching refs:vm_map_entry
839 struct vm_map_entry tmp_entry; in vm_map_apple_protected()
1119 sizeof(struct vm_map_entry), VM_MAP_ENTRY_ZFLAGS, in vm_map_init()
1126 sizeof(struct vm_map_entry), VM_MAP_ENTRY_RESERVED_ZFLAGS); in vm_map_init()
1236 sizeof(struct vm_map_entry), VM_MAP_ENTRY_ZFLAGS, in vm_map_steal_memory()
1703 return __container_of(list->vmz_tail, struct vm_map_entry, vme_next); in vm_map_zap_last_entry()
6340 struct vm_map_entry *first_entry, tmp_entry; in vm_map_wire_nested()
7095 struct vm_map_entry *first_entry, tmp_entry; in vm_map_unwire_nested()
8072 struct vm_map_entry tmp_entry; in vm_map_delete()
12124 tmp_entry = (struct vm_map_entry *)tmp_entry->vme_next; in vm_map_copyin_internal()
19681 new_hole->next = (struct vm_map_entry *)map->holes_list; in vm_map_set_max_addr()
19682 map->holes_list->prev->links.next = (struct vm_map_entry *)new_hole; in vm_map_set_max_addr()
19683 map->holes_list->prev = (struct vm_map_entry *)new_hole; in vm_map_set_max_addr()