Home
last modified time | relevance | path

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

/linux-4.19.296/virt/kvm/arm/vgic/
Dvgic-its.c133 struct list_head itt_head; member
239 list_for_each_entry(ite, &device->itt_head, ite_list) in find_ite()
249 list_for_each_entry(ite, &(dev)->itt_head, ite_list)
902 list_add_tail(&ite->ite_list, &device->itt_head); in vgic_its_alloc_ite()
982 list_for_each_entry_safe(ite, temp, &device->itt_head, ite_list) in vgic_its_free_device()
1021 INIT_LIST_HEAD(&device->itt_head); in vgic_its_alloc_device()
1951 next_offset = compute_next_eventid_offset(&dev->itt_head, ite); in vgic_its_save_ite()
2035 list_sort(NULL, &device->itt_head, vgic_its_ite_cmp); in vgic_its_save_itt()
2037 list_for_each_entry(ite, &device->itt_head, ite_list) { in vgic_its_save_itt()