Searched refs:iommufd_get_object (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/iommu/iommufd/
H A Diommufd_private.h161 struct iommufd_object *iommufd_get_object(struct iommufd_ctx *ictx, u32 id,
265 return container_of(iommufd_get_object(ictx, id,
327 return container_of(iommufd_get_object(ucmd->ictx, id,
335 return container_of(iommufd_get_object(ucmd->ictx, id,
403 return container_of(iommufd_get_object(ucmd->ictx, id,
H A Dmain.c107 struct iommufd_object *iommufd_get_object(struct iommufd_ctx *ictx, u32 id, function
H A Dhw_pagetable.c274 pt_obj = iommufd_get_object(ucmd->ictx, cmd->pt_id, IOMMUFD_OBJ_ANY);
H A Dselftest.c610 obj = iommufd_get_object(ucmd->ictx, mockpt_id, hwpt_type);
782 iommufd_get_object(ucmd->ictx, device_id, IOMMUFD_OBJ_SELFTEST);
H A Ddevice.c626 pt_obj = iommufd_get_object(idev->ictx, *pt_id, IOMMUFD_OBJ_ANY);
738 * call iommufd_put_object() if it does an iommufd_get_object() for a new_ioas.

Completed in 239 milliseconds