Home
last modified time | relevance | path

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

/linux-3.4.99/arch/sh/include/asm/
Dmmu_context.h161 __raw_writel(MMU_CONTROL_INIT, MMUCR); in enable_mmu()
175 cr &= ~MMU_CONTROL_INIT; in disable_mmu()
/linux-3.4.99/arch/sh/include/cpu-sh3/cpu/
Dmmu_context.h26 #define MMU_CONTROL_INIT 0x007 /* SV=0, TF=1, IX=1, AT=1 */ macro
/linux-3.4.99/arch/sh/include/cpu-sh4/cpu/
Dmmu_context.h74 #define MMU_CONTROL_INIT (MMUCR_AT | MMUCR_TI | MMUCR_SQMD | \ macro