Home
last modified time | relevance | path

Searched refs:VFIO_DEVICE_GET_PCI_HOT_RESET_INFO (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dvfio.h749 #define VFIO_DEVICE_GET_PCI_HOT_RESET_INFO _IO(VFIO_TYPE, VFIO_BASE + 12) macro
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h749 #define VFIO_DEVICE_GET_PCI_HOT_RESET_INFO _IO(VFIO_TYPE, VFIO_BASE + 12) macro
/openbmc/qemu/hw/vfio/
H A Dpci.c2484 ret = ioctl(vdev->vbasedev.fd, VFIO_DEVICE_GET_PCI_HOT_RESET_INFO, info); in vfio_pci_get_pci_hot_reset_info()
2499 ret = ioctl(vdev->vbasedev.fd, VFIO_DEVICE_GET_PCI_HOT_RESET_INFO, info); in vfio_pci_get_pci_hot_reset_info()
/openbmc/linux/drivers/vfio/pci/
H A Dvfio_pci_core.c1472 case VFIO_DEVICE_GET_PCI_HOT_RESET_INFO: in vfio_pci_core_ioctl()
/openbmc/openbmc/poky/meta/recipes-devtools/rust/files/
H A Drv32-missing-syscalls.patch1252 +pub const VFIO_DEVICE_GET_PCI_HOT_RESET_INFO: u32 = 15216;