Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/iommu/iommufd/
Dfault.c134 return to_iommufd_handle(handle); in iommufd_device_get_attach_handle()
268 idev = to_iommufd_handle(group->attach_handle)->idev; in iommufd_fault_fops_read()
Diommufd_private.h479 #define to_iommufd_handle(hdl) container_of(hdl, struct iommufd_attach_handle, handle) macro