Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/m68k/sun3x/
A Ddvma.c41 static volatile unsigned long *iommu_pte = (unsigned long *)SUN3X_IOMMU; variable
44 #define dvma_entry_paddr(index) (iommu_pte[index] & IOMMU_ADDR_MASK)
48 #define dvma_entry_set(index,addr) (iommu_pte[index] = \
52 #define dvma_entry_set(index,addr) (iommu_pte[index] = \
56 #define dvma_entry_clr(index) (iommu_pte[index] = IOMMU_DT_INVALID)
165 iommu_pte[index] |= IOMMU_FULL_BLOCK; in dvma_map_iommu()

Completed in 4 milliseconds