Home
last modified time | relevance | path

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

/openbmc/linux/arch/arm64/kvm/vgic/
H A Dvgic-its.c122 struct list_head itt_head; member
236 list_for_each_entry(ite, &device->itt_head, ite_list) in find_ite()
246 list_for_each_entry(ite, &(dev)->itt_head, ite_list)
1071 list_add_tail(&ite->ite_list, &device->itt_head); in vgic_its_alloc_ite()
1156 list_for_each_entry_safe(ite, temp, &device->itt_head, ite_list) in vgic_its_free_device()
1197 INIT_LIST_HEAD(&device->itt_head); in vgic_its_alloc_device()
2214 next_offset = compute_next_eventid_offset(&dev->itt_head, ite); in vgic_its_save_ite()
2303 list_sort(NULL, &device->itt_head, vgic_its_ite_cmp); in vgic_its_save_itt()
2305 list_for_each_entry(ite, &device->itt_head, ite_list) { in vgic_its_save_itt()