Searched refs:destroy_hwpt (Results 1 – 1 of 1) sorted by relevance
842 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 …]