Searched refs:pt_obj (Results 1 – 1 of 1) sorted by relevance
1022 struct iommufd_object *pt_obj; in iommufd_device_change_pt() local1024 pt_obj = iommufd_get_object(idev->ictx, *pt_id, IOMMUFD_OBJ_ANY); in iommufd_device_change_pt()1025 if (IS_ERR(pt_obj)) in iommufd_device_change_pt()1026 return PTR_ERR(pt_obj); in iommufd_device_change_pt()1028 switch (pt_obj->type) { in iommufd_device_change_pt()1032 container_of(pt_obj, struct iommufd_hw_pagetable, obj); in iommufd_device_change_pt()1041 container_of(pt_obj, struct iommufd_ioas, obj); in iommufd_device_change_pt()1053 iommufd_put_object(idev->ictx, pt_obj); in iommufd_device_change_pt()1061 iommufd_put_object(idev->ictx, pt_obj); in iommufd_device_change_pt()