Searched refs:vfio_group_list (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/hw/vfio/ |
H A D | container.c | 36 VFIOGroupList vfio_group_list = variable 37 QLIST_HEAD_INITIALIZER(vfio_group_list); 728 QLIST_FOREACH(group, &vfio_group_list, next) { in vfio_get_group() 771 QLIST_INSERT_HEAD(&vfio_group_list, group, next); in vfio_get_group() 1003 QLIST_FOREACH(group, &vfio_group_list, next) { in vfio_legacy_pci_hot_reset() 1046 QLIST_FOREACH(group, &vfio_group_list, next) { in vfio_legacy_pci_hot_reset() 1060 QLIST_FOREACH(group, &vfio_group_list, next) { in vfio_legacy_pci_hot_reset() 1095 QLIST_FOREACH(group, &vfio_group_list, next) { in vfio_legacy_pci_hot_reset()
|
/openbmc/qemu/include/hw/vfio/ |
H A D | vfio-common.h | 265 extern VFIOGroupList vfio_group_list;
|