Home
last modified time | relevance | path

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

/linux-6.15/drivers/iommu/intel/
H A Ddmar.c1044 int msagaw = -1; in alloc_iommu() local
1087 msagaw = iommu_calculate_max_sagaw(iommu); in alloc_iommu()
1088 if (msagaw < 0) { in alloc_iommu()
1096 iommu->msagaw = msagaw; in alloc_iommu()
H A Diommu.h719 int msagaw; /* max sagaw of this iommu */ member
H A Diommu.c4314 context_set_address_width(context, iommu->msagaw); in context_setup_pass_through()