Home
last modified time | relevance | path

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

/Linux-v4.19/virt/kvm/arm/vgic/
Dvgic-its.c126 struct list_head itt_head; member
232 list_for_each_entry(ite, &device->itt_head, ite_list) in find_ite()
242 list_for_each_entry(ite, &(dev)->itt_head, ite_list)
888 list_add_tail(&ite->ite_list, &device->itt_head); in vgic_its_alloc_ite()
968 list_for_each_entry_safe(ite, temp, &device->itt_head, ite_list) in vgic_its_free_device()
1007 INIT_LIST_HEAD(&device->itt_head); in vgic_its_alloc_device()
1933 next_offset = compute_next_eventid_offset(&dev->itt_head, ite); in vgic_its_save_ite()
2017 list_sort(NULL, &device->itt_head, vgic_its_ite_cmp); in vgic_its_save_itt()
2019 list_for_each_entry(ite, &device->itt_head, ite_list) { in vgic_its_save_itt()