Home
last modified time | relevance | path

Searched refs:CR_M (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/arch/unicore32/include/asm/
Dhwdef-copro.h16 #define CR_M (1 << 0) /* MMU enable */ macro
/Linux-v4.19/arch/arm/include/asm/
Dcp15.h10 #define CR_M (1 << 0) /* MMU enable */ macro
/Linux-v4.19/arch/arm/mach-mvebu/
Dcoherency_ll.S33 tst r1, #CR_M @ Check MMU bit enabled
/Linux-v4.19/arch/arm/mach-tegra/
Dsleep.S127 movw r2, #CR_I | CR_Z | CR_C | CR_M
/Linux-v4.19/arch/arm/mm/
Dpv-fixup-asm.S26 bic ip, r8, #CR_M @ disable caches and MMU
Ddma-mapping-nommu.c233 dev->archdata.dma_coherent = (get_cr() & CR_M) ? coherent : true; in arch_setup_dma_ops()
/Linux-v4.19/arch/arm/kernel/
Dhead-nommu.S171 orreq r0, r0, #CR_M @ Set SCTRL.M (MPU on)