Searched refs:itt_head (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-debug.c | 377 if (!ite || list_is_last(&ite->ite_list, &dev->itt_head)) { in vgic_its_iter_next() 383 ite = list_first_entry_or_null(&dev->itt_head, in vgic_its_iter_next() 427 iter->ite = list_first_entry_or_null(&dev->itt_head, in vgic_its_debug_start() 504 if (list_is_first(&ite->ite_list, &dev->itt_head)) { in vgic_its_debug_show()
|
| H A D | vgic-its.c | 234 list_for_each_entry(ite, &device->itt_head, ite_list) in find_ite() 244 list_for_each_entry(ite, &(dev)->itt_head, ite_list) 1014 list_add_tail(&ite->ite_list, &device->itt_head); in vgic_its_alloc_ite() 1100 list_for_each_entry_safe(ite, temp, &device->itt_head, ite_list) in vgic_its_free_device() 1141 INIT_LIST_HEAD(&device->itt_head); in vgic_its_alloc_device() 2111 next_offset = compute_next_eventid_offset(&dev->itt_head, ite); in vgic_its_save_ite() 2203 list_sort(NULL, &device->itt_head, vgic_its_ite_cmp); in vgic_its_save_itt() 2205 list_for_each_entry(ite, &device->itt_head, ite_list) { in vgic_its_save_itt()
|
| H A D | vgic.h | 213 struct list_head itt_head; member
|