Home
last modified time | relevance | path

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

/arch/arm64/kvm/vgic/
A Dvgic-debug.c370 if (list_is_last(&dev->dev_list, &its->device_list)) { in vgic_its_iter_next()
374 dev = list_next_entry(dev, dev_list); in vgic_its_iter_next()
410 struct its_device, dev_list); in vgic_its_debug_start()
A Dvgic-its.c215 list_for_each_entry(device, &its->device_list, dev_list) in find_its_device()
246 list_for_each_entry(dev, &(its)->device_list, dev_list) \
1108 list_del(&device->dev_list); in vgic_its_free_device()
1117 list_for_each_entry_safe(cur, temp, &its->device_list, dev_list) in vgic_its_free_device_list()
1146 list_add_tail(&device->dev_list, &its->device_list); in vgic_its_alloc_device()
2020 if (list_is_last(&dev->dev_list, h)) in compute_next_devid_offset()
2022 next = list_next_entry(dev, dev_list); in compute_next_devid_offset()
2332 struct its_device *deva = container_of(a, struct its_device, dev_list); in vgic_its_device_cmp()
2333 struct its_device *devb = container_of(b, struct its_device, dev_list); in vgic_its_device_cmp()
2358 list_for_each_entry(dev, &its->device_list, dev_list) { in vgic_its_save_device_tables()
A Dvgic.h194 struct list_head dev_list; member

Completed in 13 milliseconds