Home
last modified time | relevance | path

Searched defs:vfio_pci_hot_reset (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dvfio.h775 struct vfio_pci_hot_reset { struct
776 __u32 argsz;
777 __u32 flags;
778 __u32 count;
779 __s32 group_fds[];
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h775 struct vfio_pci_hot_reset { struct
776 __u32 argsz;
777 __u32 flags;
778 __u32 count;
779 __s32 group_fds[];
/openbmc/qemu/hw/vfio/
H A Dpci.c2511 static int vfio_pci_hot_reset(VFIOPCIDevice *vdev, bool single) in vfio_pci_hot_reset() function