iommu_pte 42 arch/m68k/sun3x/dvma.c static volatile unsigned long *iommu_pte = (unsigned long *)SUN3X_IOMMU; iommu_pte 45 arch/m68k/sun3x/dvma.c #define dvma_entry_paddr(index) (iommu_pte[index] & IOMMU_ADDR_MASK) iommu_pte 49 arch/m68k/sun3x/dvma.c #define dvma_entry_set(index,addr) (iommu_pte[index] = \ iommu_pte 53 arch/m68k/sun3x/dvma.c #define dvma_entry_set(index,addr) (iommu_pte[index] = \ iommu_pte 57 arch/m68k/sun3x/dvma.c #define dvma_entry_clr(index) (iommu_pte[index] = IOMMU_DT_INVALID) iommu_pte 162 arch/m68k/sun3x/dvma.c iommu_pte[index] |= IOMMU_FULL_BLOCK;