Home
last modified time | relevance | path

Searched refs:vfio_get_device_info (Results 1 – 5 of 5) sorted by last modified time

/qemu/include/hw/vfio/
H A Dvfio-common.h200 struct vfio_device_info *vfio_get_device_info(int fd);
/qemu/hw/vfio/
H A Dcommon.c1471 struct vfio_device_info *vfio_get_device_info(int fd) in vfio_get_device_info() function
H A Dcontainer.c825 info = vfio_get_device_info(fd); in vfio_get_device()
H A Dpci.c1936 info = vfio_get_device_info(vdev->vbasedev.fd); in vfio_pci_enable_rp_atomics()
/qemu/hw/s390x/
H A Ds390-pci-vfio.c300 return vfio_get_device_info(vfio_pci->vbasedev.fd); in get_device_info()