Home
last modified time | relevance | path

Searched refs:max_pasids (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Diommu.h832 u32 max_pasids; member
883 u32 max_pasids; member
/linux/drivers/iommu/amd/
H A Diommu.c2267 int max_pasids = dev_data->max_pasids; in init_gcr3_table() local
2283 max_pasids > 0 ? max_pasids : 1); in init_gcr3_table()
2529 dev_data->max_pasids = min_t(u32, iommu->iommu.max_pasids, in amd_iommu_probe_device()
H A Dinit.c2176 iommu->iommu.max_pasids = (1 << (pasmax + 1)) - 1; in iommu_init_pci()
2178 BUG_ON(iommu->iommu.max_pasids & ~PASID_MASK); in iommu_init_pci()
/linux/drivers/iommu/iommufd/
H A Ddevice.c1722 if (idev->dev->iommu->max_pasids) { in iommufd_get_hw_info()
1723 cmd->out_max_pasid_log2 = ilog2(idev->dev->iommu->max_pasids); in iommufd_get_hw_info()