Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dvfio.h79 struct vfio_iommu_driver_ops { struct
111 extern int vfio_register_iommu_driver(const struct vfio_iommu_driver_ops *ops); argument
114 const struct vfio_iommu_driver_ops *ops);
/OK3568_Linux_fs/kernel/drivers/vfio/
H A Dvfio.c52 const struct vfio_iommu_driver_ops *ops;
198 static const struct vfio_iommu_driver_ops vfio_noiommu_ops = {
213 int vfio_register_iommu_driver(const struct vfio_iommu_driver_ops *ops) in vfio_register_iommu_driver()
242 void vfio_unregister_iommu_driver(const struct vfio_iommu_driver_ops *ops) in vfio_unregister_iommu_driver()
H A Dvfio_iommu_spapr_tce.c1362 static const struct vfio_iommu_driver_ops tce_iommu_driver_ops = {
H A Dvfio_iommu_type1.c3064 static const struct vfio_iommu_driver_ops vfio_iommu_driver_ops_type1 = {
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dvfio-mediated-device.rst303 and unpin_pages callbacks of the struct vfio_iommu_driver_ops[4]. Currently
414 4. struct vfio_iommu_driver_ops in include/linux/vfio.h