Searched refs:MMU_TTB (Results 1 - 5 of 5) sorted by relevance

/linux-master/arch/sh/include/asm/
H A Dmmu_context_32.h41 /* MMU_TTB is used for optimizing the fault handling. */
44 __raw_writel((unsigned long)pgd, MMU_TTB);
49 return (pgd_t *)__raw_readl(MMU_TTB);
/linux-master/arch/sh/include/cpu-sh3/cpu/
H A Dmmu_context.h12 #define MMU_TTB 0xFFFFFFF8 /* Translation table base register */ macro
/linux-master/arch/sh/include/cpu-sh4/cpu/
H A Dmmu_context.h12 #define MMU_TTB 0xFF000008 /* Translation table base register */ macro
/linux-master/drivers/iommu/
H A Domap-iommu.h122 #define MMU_TTB 0x4c macro
H A Domap-iommu.c169 iommu_write_reg(obj, pa, MMU_TTB);

Completed in 374 milliseconds