Home
last modified time | relevance | path

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

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