Home
last modified time | relevance | path

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

/linux/drivers/iommu/iommufd/
H A Dhw_pagetable.c135 hwpt_paging = __iommufd_object_alloc( in iommufd_hwpt_paging_alloc()
244 hwpt_nested = __iommufd_object_alloc( in iommufd_hwpt_nested_alloc()
301 hwpt_nested = __iommufd_object_alloc( in iommufd_viommu_alloc_hwpt_nested()
H A Diommufd_private.h278 #define __iommufd_object_alloc(ictx, ptr, type, obj) \ macro
288 __iommufd_object_alloc(ictx, ptr, type, obj)
H A Deventq.c504 veventq = __iommufd_object_alloc(ucmd->ictx, veventq, in iommufd_veventq_alloc()