Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/iommufd/
H A Dhw_pagetable.c140 hwpt->pasid_compat = flags & IOMMU_HWPT_ALLOC_PASID; in iommufd_hwpt_paging_alloc()
249 hwpt->pasid_compat = flags & IOMMU_HWPT_ALLOC_PASID; in iommufd_hwpt_nested_alloc()
306 hwpt->pasid_compat = flags & IOMMU_HWPT_ALLOC_PASID; in iommufd_viommu_alloc_hwpt_nested()
H A Ddevice.c410 if (!hwpt->pasid_compat && in iommufd_hwpt_pasid_compat()
417 if (!hwpt->pasid_compat) in iommufd_hwpt_pasid_compat()
421 if (attach && attach->hwpt && !attach->hwpt->pasid_compat) in iommufd_hwpt_pasid_compat()
H A Diommufd_private.h302 bool pasid_compat : 1; member