Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
H A Ddevice.c875 struct iommufd_hw_pagetable *destroy_hwpt; in iommufd_device_auto_get_domain() local
892 destroy_hwpt = (*do_attach)(idev, pasid, hwpt); in iommufd_device_auto_get_domain()
893 if (IS_ERR(destroy_hwpt)) { in iommufd_device_auto_get_domain()
901 if (PTR_ERR(destroy_hwpt) == -EINVAL) in iommufd_device_auto_get_domain()
913 destroy_hwpt = ERR_CAST(hwpt_paging); in iommufd_device_auto_get_domain()
919 destroy_hwpt = (*do_attach)(idev, pasid, hwpt); in iommufd_device_auto_get_domain()
920 if (IS_ERR(destroy_hwpt)) in iommufd_device_auto_get_domain()
923 destroy_hwpt = NULL; in iommufd_device_auto_get_domain()
931 return destroy_hwpt; in iommufd_device_auto_get_domain()
937 return destroy_hwpt; in iommufd_device_auto_get_domain()
[all …]