Searched refs:IOMMU_BASE (Results 1 – 2 of 2) sorted by relevance
47 #define IOMMU_BASE 0x8 macro101 baseaddr = is->regs[IOMMU_BASE >> 3]; in sun4u_translate_iommu()212 case IOMMU_BASE: in iommu_mem_write()214 is->regs[IOMMU_BASE >> 3] &= 0xffffffffULL; in iommu_mem_write()215 is->regs[IOMMU_BASE >> 3] |= val << 32; in iommu_mem_write()217 is->regs[IOMMU_BASE >> 3] = val; in iommu_mem_write()220 case IOMMU_BASE + 0x4: in iommu_mem_write()221 is->regs[IOMMU_BASE >> 3] &= 0xffffffff00000000ULL; in iommu_mem_write()222 is->regs[IOMMU_BASE >> 3] |= val & 0xffffffffULL; in iommu_mem_write()252 case IOMMU_BASE: in iommu_mem_read()[all …]
58 #define IOMMU_BASE (0x0004 >> 2) macro196 case IOMMU_BASE: in iommu_mem_write()254 iopte = s->regs[IOMMU_BASE] << 4; in iommu_page_get_flags()