Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/vfio/
H A Dvfio-common.h257 int vfio_kvm_device_del_fd(int fd, Error **errp);
/openbmc/qemu/hw/vfio/
H A Diommufd.c62 if (vfio_kvm_device_del_fd(vbasedev->fd, &err)) { in iommufd_cdev_kvm_device_del()
H A Dcontainer.c348 if (vfio_kvm_device_del_fd(group->fd, &err)) { in vfio_kvm_device_del_group()
H A Dcommon.c1446 int vfio_kvm_device_del_fd(int fd, Error **errp) in vfio_kvm_device_del_fd() function