itt_head 115 virt/kvm/arm/vgic/vgic-its.c struct list_head itt_head; itt_head 229 virt/kvm/arm/vgic/vgic-its.c list_for_each_entry(ite, &device->itt_head, ite_list) itt_head 239 virt/kvm/arm/vgic/vgic-its.c list_for_each_entry(ite, &(dev)->itt_head, ite_list) itt_head 1031 virt/kvm/arm/vgic/vgic-its.c list_add_tail(&ite->ite_list, &device->itt_head); itt_head 1111 virt/kvm/arm/vgic/vgic-its.c list_for_each_entry_safe(ite, temp, &device->itt_head, ite_list) itt_head 1152 virt/kvm/arm/vgic/vgic-its.c INIT_LIST_HEAD(&device->itt_head); itt_head 2121 virt/kvm/arm/vgic/vgic-its.c next_offset = compute_next_eventid_offset(&dev->itt_head, ite); itt_head 2205 virt/kvm/arm/vgic/vgic-its.c list_sort(NULL, &device->itt_head, vgic_its_ite_cmp); itt_head 2207 virt/kvm/arm/vgic/vgic-its.c list_for_each_entry(ite, &device->itt_head, ite_list) {