Searched refs:iommufd_get_object (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/iommu/iommufd/ |
H A D | iommufd_private.h | 144 struct iommufd_object *iommufd_get_object(struct iommufd_ctx *ictx, u32 id, 207 return container_of(iommufd_get_object(ictx, id, in iommufd_get_ioas() 293 return container_of(iommufd_get_object(ucmd->ictx, id, in iommufd_get_device()
|
H A D | main.c | 115 struct iommufd_object *iommufd_get_object(struct iommufd_ctx *ictx, u32 id, in iommufd_get_object() function
|
H A D | selftest.c | 346 obj = iommufd_get_object(ucmd->ictx, mockpt_id, in get_md_pagetable() 488 iommufd_get_object(ucmd->ictx, device_id, IOMMUFD_OBJ_SELFTEST); in iommufd_test_mock_domain_replace()
|
H A D | device.c | 577 pt_obj = iommufd_get_object(idev->ictx, *pt_id, IOMMUFD_OBJ_ANY);
|