Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sun3/sun3x/
H A Diommu.h107 #define IOMMU_PDE_PA 0xFFFFE000 macro
129 #define IOMMU_PA_PDE(pde) ((pde).addr.raw & IOMMU_PDE_PA)
H A Diommu.c96 pa &= IOMMU_PDE_PA; in iommu_enter()