Home
last modified time | relevance | path

Searched refs:iommu (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.81.4/tools/lldbmacros/
H A Dpmap.py848 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)
[all …]
/xnu-12377.81.4/osfmk/arm64/sptm/pmap/
H A Dpmap.c4921 const iommu_instance_t iommu = ptep_get_iommu(pte_p); local
4923 "%u (token: %#x), pve_p=%p", __func__, ppnum, GET_IOMMU_ID(iommu),
4924 GET_IOMMU_TOKEN(iommu), pve_p);