Lines Matching refs:iommu
847 iommu = dereference(ptd.iommu)
857 iommu = dereference(kern.GetValueFromAddress(ptep, 'ppl_iommu_state *'))
860 extra_str = 'Mapped by {:s}'.format(dereference(iommu.desc).name)
861 if unsigned(iommu.name) != 0:
862 extra_str += '/{:s}'.format(iommu.name)
863 extra_str += ' (iommu state: {:x})'.format(addressof(iommu))
866 extra_str = 'Mapped by IOMMU {:x}'.format(ptd.iommu)
1142 iommu_desc_name = '{:s}'.format(dereference(dereference(ptd.iommu).desc).name)
1143 if unsigned(dereference(ptd.iommu).name) != 0:
1144 iommu_desc_name += '/{:s}'.format(dereference(ptd.iommu).name)
1145 info_str = "iommu state: {:#x} ({:s})".format(ptd.iommu, iommu_desc_name)
1154 …info_str = "PTD iommu token: {:#x} (ID {:#x} TSD {:#x})".format(ptd.iommu, fte.iommu_page.iommu_id…