Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dvfio.h782 #define VFIO_DEVICE_PCI_HOT_RESET _IO(VFIO_TYPE, VFIO_BASE + 13) macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h782 #define VFIO_DEVICE_PCI_HOT_RESET _IO(VFIO_TYPE, VFIO_BASE + 13) macro
/openbmc/qemu/hw/vfio/
H A Diommufd.c761 ret = ioctl(vdev->vbasedev.fd, VFIO_DEVICE_PCI_HOT_RESET, reset); in iommufd_cdev_pci_hot_reset()
H A Dcontainer.c1070 ret = ioctl(vdev->vbasedev.fd, VFIO_DEVICE_PCI_HOT_RESET, reset); in vfio_legacy_pci_hot_reset()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c1478 case VFIO_DEVICE_PCI_HOT_RESET: in vfio_pci_core_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch934 +pub const VFIO_DEVICE_PCI_HOT_RESET: u32 = 15217;