Searched refs:MMU_CONTROL_INIT (Results 1 - 4 of 4) sorted by relevance

/linux-4.4.14/arch/sh/include/cpu-sh3/cpu/
H A Dmmu_context.h26 #define MMU_CONTROL_INIT 0x007 /* SV=0, TF=1, IX=1, AT=1 */ macro
/linux-4.4.14/arch/sh/include/cpu-sh4/cpu/
H A Dmmu_context.h74 #define MMU_CONTROL_INIT (MMUCR_AT | MMUCR_TI | MMUCR_SQMD | \ macro
/linux-4.4.14/arch/sh/include/asm/
H A Dmmu_context.h161 __raw_writel(MMU_CONTROL_INIT, MMUCR); enable_mmu()
175 cr &= ~MMU_CONTROL_INIT; disable_mmu()
H A Dpgtable_32.h14 * which is the default in cpu-sh3/mmu_context.h:MMU_CONTROL_INIT).

Completed in 444 milliseconds