Home
last modified time | relevance | path

Searched refs:CR_C (Results 1 – 20 of 20) sorted by relevance

/openbmc/u-boot/arch/arm/lib/
H A Dcache-cp15.c215 if ((cache_bit == CR_C) && !mmu_enabled()) in cache_enable()
218 if ((cache_bit == CR_C) && !mpu_enabled()) { in cache_enable()
234 if (cache_bit == CR_C) { in cache_disable()
236 if ((reg & CR_C) != CR_C) in cache_disable()
243 if (cache_bit == (CR_C | CR_M)) in cache_disable()
299 cache_enable(CR_C); in dcache_enable()
304 cache_disable(CR_C); in dcache_disable()
309 return (get_cr() & CR_C) != 0; in dcache_status()
/openbmc/linux/arch/arm/mach-spear/
H A Dhotplug.c35 : "r" (0), "Ir" (CR_C) in cpu_enter_lowpower()
50 : "Ir" (CR_C) in cpu_leave_lowpower()
/openbmc/linux/arch/arm/mach-versatile/
H A Dhotplug.c37 : "r" (0), "Ir" (CR_C), "Ir" (actrl_mask) in versatile_immitation_enter_lowpower()
53 : "Ir" (CR_C), "Ir" (actrl_mask) in versatile_immitation_leave_lowpower()
/openbmc/linux/arch/arm/mach-tegra/
H A Dsleep.S41 tst r2, #CR_C @ see tegra_sleep_cpu()
42 bic r2, r2, #CR_C
117 movw r2, #CR_I | CR_Z | CR_C | CR_M
/openbmc/u-boot/arch/arm/mach-uniphier/arm32/
H A Dlowlevel_init.S24 orr r0, r0, #(CR_C | CR_M) @ enable MMU and Dcache
43 bic r0, r0, #(CR_C | CR_M) @ disable MMU and Dcache
75 orr r0, r0, #(CR_C | CR_M) @ MMU and Dcache enable
H A Dpsci_smp.S16 bic r1, r1, #(CR_C | CR_M) @ Disable MMU and Dcache
/openbmc/linux/arch/arm/mm/
H A Dcache-feroceon-l2.c243 if (cr & CR_C) { in flush_and_disable_dcache()
248 set_cr(cr & ~CR_C); in flush_and_disable_dcache()
260 set_cr(cr | CR_C); in enable_dcache()
H A Dmmu.c82 .cr_mask = CR_W|CR_C,
87 .cr_mask = CR_C,
1689 set_cr(cr & ~(CR_I | CR_C)); in early_paging_init()
/openbmc/linux/arch/arm/mach-shmobile/
H A Dplatsmp-apmu.c98 : "Ir" (CR_C) in cpu_enter_lowpower_a15()
168 : "Ir" (CR_C), "Ir" (0x40) in cpu_leave_lowpower()
/openbmc/u-boot/arch/arm/cpu/armv8/
H A Dcache_v8.c471 set_sctlr(get_sctlr() | CR_C); in dcache_enable()
481 if (!(sctlr & CR_C)) in dcache_disable()
484 set_sctlr(sctlr & ~(CR_C|CR_M)); in dcache_disable()
492 return (get_sctlr() & CR_C) != 0; in dcache_status()
H A Dcache.S231 movn x1, #(CR_M | CR_C | CR_I)
/openbmc/linux/arch/arm/include/asm/
H A Dcp15.h12 #define CR_C (1 << 2) /* Dcache enable */ macro
H A Dcacheflush.h454 "bic r0, r0, #"__stringify(CR_C)" \n\t" \
/openbmc/u-boot/arch/arm/include/asm/
H A Dsystem.h15 #define CR_C (1 << 2) /* Dcache enable */ macro
292 #define CR_C (1 << 2) /* Dcache enable */ macro
/openbmc/linux/arch/arm/mach-exynos/
H A Dmcpm-exynos.c39 "bic r0, r0, #"__stringify(CR_C)"\n\t" \
H A Dplatsmp.c45 : "Ir" (CR_C), "Ir" (0x40) in cpu_leave_lowpower()
/openbmc/u-boot/arch/arm/cpu/armv7/ls102xa/
H A Dcpu.c216 set_cr(get_cr() | CR_C); in enable_caches()
/openbmc/linux/arch/arm/mach-mvebu/
H A Dpmsu.c300 : : "Ir" (CR_C) : "r0"); in armada_370_xp_pmsu_idle_enter()
/openbmc/linux/arch/arm/kernel/
H A Dhead-nommu.S176 bic r0, r0, #CR_C
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dcpu.c594 set_sctlr(get_sctlr() | CR_C); in arch_cpu_init()