Searched refs:itt_head (Results 1 – 3 of 3) sorted by relevance
| /arch/arm64/kvm/vgic/ |
| A D | vgic-debug.c | 369 if (!ite || list_is_last(&ite->ite_list, &dev->itt_head)) { in vgic_its_iter_next() 375 ite = list_first_entry_or_null(&dev->itt_head, in vgic_its_iter_next() 419 iter->ite = list_first_entry_or_null(&dev->itt_head, in vgic_its_debug_start() 496 if (list_is_first(&ite->ite_list, &dev->itt_head)) { in vgic_its_debug_show()
|
| A D | vgic-its.c | 237 list_for_each_entry(ite, &device->itt_head, ite_list) in find_ite() 247 list_for_each_entry(ite, &(dev)->itt_head, ite_list) 1017 list_add_tail(&ite->ite_list, &device->itt_head); in vgic_its_alloc_ite() 1103 list_for_each_entry_safe(ite, temp, &device->itt_head, ite_list) in vgic_its_free_device() 1144 INIT_LIST_HEAD(&device->itt_head); in vgic_its_alloc_device() 2114 next_offset = compute_next_eventid_offset(&dev->itt_head, ite); in vgic_its_save_ite() 2206 list_sort(NULL, &device->itt_head, vgic_its_ite_cmp); in vgic_its_save_itt() 2208 list_for_each_entry(ite, &device->itt_head, ite_list) { in vgic_its_save_itt()
|
| A D | vgic.h | 197 struct list_head itt_head; member
|
Completed in 12 milliseconds