Home
last modified time | relevance | path

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

/linux-5.19.10/arch/arm64/kvm/vgic/
Dvgic-its.c122 struct list_head itt_head; member
236 list_for_each_entry(ite, &device->itt_head, ite_list) in find_ite()
246 list_for_each_entry(ite, &(dev)->itt_head, ite_list)
1063 list_add_tail(&ite->ite_list, &device->itt_head); in vgic_its_alloc_ite()
1148 list_for_each_entry_safe(ite, temp, &device->itt_head, ite_list) in vgic_its_free_device()
1189 INIT_LIST_HEAD(&device->itt_head); in vgic_its_alloc_device()
2182 next_offset = compute_next_eventid_offset(&dev->itt_head, ite); in vgic_its_save_ite()
2271 list_sort(NULL, &device->itt_head, vgic_its_ite_cmp); in vgic_its_save_itt()
2273 list_for_each_entry(ite, &device->itt_head, ite_list) { in vgic_its_save_itt()