Searched refs:pasid_compat (Results 1 – 3 of 3) sorted by relevance
140 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()
410 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()
302 bool pasid_compat : 1; member