Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/iommu/iommufd/
Ddevice.c575 struct iommufd_object *pt_obj; in iommufd_device_change_pt() local
577 pt_obj = iommufd_get_object(idev->ictx, *pt_id, IOMMUFD_OBJ_ANY); in iommufd_device_change_pt()
578 if (IS_ERR(pt_obj)) in iommufd_device_change_pt()
579 return PTR_ERR(pt_obj); in iommufd_device_change_pt()
581 switch (pt_obj->type) { in iommufd_device_change_pt()
584 container_of(pt_obj, struct iommufd_hw_pagetable, obj); in iommufd_device_change_pt()
593 container_of(pt_obj, struct iommufd_ioas, obj); in iommufd_device_change_pt()
605 iommufd_put_object(pt_obj); in iommufd_device_change_pt()
613 iommufd_put_object(pt_obj); in iommufd_device_change_pt()