Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/iommufd/
H A Dviommu.c127 vdev = iommufd_object_alloc(ucmd->ictx, vdev, IOMMUFD_OBJ_VDEVICE); in iommufd_vdevice_alloc_ioctl()
H A Diommufd_private.h242 #define iommufd_object_alloc(ictx, ptr, type) \ macro
H A Ddevice.c209 idev = iommufd_object_alloc(ictx, idev, IOMMUFD_OBJ_DEVICE); in iommufd_device_bind()
1115 access = iommufd_object_alloc(ictx, access, IOMMUFD_OBJ_ACCESS); in iommufd_access_create()
H A Dioas.c28 ioas = iommufd_object_alloc(ictx, ioas, IOMMUFD_OBJ_IOAS); in iommufd_ioas_alloc()
H A Dselftest.c979 sobj = iommufd_object_alloc(ucmd->ictx, sobj, IOMMUFD_OBJ_SELFTEST); in iommufd_test_mock_domain()