Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/vfio/
H A Dvfio-container-base.h155 int (*pci_hot_reset)(VFIODevice *vbasedev, bool single); member
/openbmc/qemu/hw/vfio/
H A Diommufd.c799 vioc->pci_hot_reset = iommufd_cdev_pci_hot_reset; in vfio_iommu_iommufd_class_init()
H A Dcontainer.c1139 vioc->pci_hot_reset = vfio_legacy_pci_hot_reset; in vfio_iommu_legacy_class_init()
H A Dpci.c2516 return vioc->pci_hot_reset(vbasedev, single); in vfio_pci_hot_reset()