Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/iommufd/
H A Ddevice.c842 if (IS_ERR(destroy_hwpt)) { in iommufd_device_auto_get_domain()
862 destroy_hwpt = ERR_CAST(hwpt_paging); in iommufd_device_auto_get_domain()
869 if (IS_ERR(destroy_hwpt)) in iommufd_device_auto_get_domain()
872 destroy_hwpt = NULL; in iommufd_device_auto_get_domain()
880 return destroy_hwpt; in iommufd_device_auto_get_domain()
886 return destroy_hwpt; in iommufd_device_auto_get_domain()
907 if (IS_ERR(destroy_hwpt)) in iommufd_device_change_pt()
917 if (IS_ERR(destroy_hwpt)) in iommufd_device_change_pt()
922 destroy_hwpt = ERR_PTR(-EINVAL); in iommufd_device_change_pt()
928 if (destroy_hwpt) in iommufd_device_change_pt()
[all …]