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.c952 struct iommufd_hw_pagetable *destroy_hwpt; in iommufd_device_auto_get_domain() local
969 destroy_hwpt = (*do_attach)(idev, pasid, hwpt); in iommufd_device_auto_get_domain()
970 if (IS_ERR(destroy_hwpt)) { in iommufd_device_auto_get_domain()
978 if (PTR_ERR(destroy_hwpt) == -EINVAL) in iommufd_device_auto_get_domain()
990 destroy_hwpt = ERR_CAST(hwpt_paging); in iommufd_device_auto_get_domain()
996 destroy_hwpt = (*do_attach)(idev, pasid, hwpt); in iommufd_device_auto_get_domain()
997 if (IS_ERR(destroy_hwpt)) in iommufd_device_auto_get_domain()
1000 destroy_hwpt = NULL; in iommufd_device_auto_get_domain()
1008 return destroy_hwpt; in iommufd_device_auto_get_domain()
1014 return destroy_hwpt; in iommufd_device_auto_get_domain()
[all …]