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