| /OK3568_Linux_fs/u-boot/arch/arm/lib/ |
| H A D | cache-cp15.c | 230 if ((cache_bit == CR_C) && !mmu_enabled()) in cache_enable() 243 if (cache_bit == CR_C) { in cache_disable() 245 if ((reg & CR_C) != CR_C) in cache_disable() 252 if (cache_bit == (CR_C | CR_M)) in cache_disable() 308 cache_enable(CR_C); in dcache_enable() 313 cache_disable(CR_C); in dcache_disable() 318 return (get_cr() & CR_C) != 0; in dcache_status()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-spear/ |
| H A D | hotplug.c | 35 : "r" (0), "Ir" (CR_C) in cpu_enter_lowpower() 50 : "Ir" (CR_C) in cpu_leave_lowpower()
|
| /OK3568_Linux_fs/kernel/arch/arm/plat-versatile/ |
| H A D | hotplug.c | 37 : "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()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-tegra/ |
| H A D | sleep.S | 39 tst r2, #CR_C @ see tegra_sleep_cpu() 40 bic r2, r2, #CR_C 115 movw r2, #CR_I | CR_Z | CR_C | CR_M
|
| /OK3568_Linux_fs/u-boot/arch/arm/mach-uniphier/arm32/ |
| H A D | lowlevel_init.S | 25 orr r0, r0, #(CR_C | CR_M) @ enable MMU and Dcache 44 bic r0, r0, #(CR_C | CR_M) @ disable MMU and Dcache 76 orr r0, r0, #(CR_C | CR_M) @ MMU and Dcache enable
|
| H A D | psci_smp.S | 17 bic r1, r1, #(CR_C | CR_M) @ Disable MMU and Dcache
|
| /OK3568_Linux_fs/kernel/arch/arm/mm/ |
| H A D | cache-feroceon-l2.c | 246 if (cr & CR_C) { in flush_and_disable_dcache() 251 set_cr(cr & ~CR_C); in flush_and_disable_dcache() 263 set_cr(cr | CR_C); in enable_dcache()
|
| H A D | mmu.c | 82 .cr_mask = CR_W|CR_C, 87 .cr_mask = CR_C, 1574 set_cr(cr & ~(CR_I | CR_C)); in early_paging_init()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/ |
| H A D | cache_v8.c | 472 set_sctlr(get_sctlr() | CR_C); in dcache_enable() 482 if (!(sctlr & CR_C)) in dcache_disable() 485 set_sctlr(sctlr & ~(CR_C|CR_M)); in dcache_disable() 493 return (get_sctlr() & CR_C) != 0; in dcache_status()
|
| H A D | cache.S | 235 movn x1, #(CR_M | CR_C | CR_I)
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-shmobile/ |
| H A D | platsmp-apmu.c | 97 : "Ir" (CR_C) in cpu_enter_lowpower_a15() 167 : "Ir" (CR_C), "Ir" (0x40) in cpu_leave_lowpower()
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/ |
| H A D | system.h | 15 #define CR_C (1 << 2) /* Dcache enable */ macro 310 #define CR_C (1 << 2) /* Dcache enable */ macro
|
| /OK3568_Linux_fs/kernel/arch/arm/include/asm/ |
| H A D | cp15.h | 12 #define CR_C (1 << 2) /* Dcache enable */ macro
|
| H A D | cacheflush.h | 460 "bic r0, r0, #"__stringify(CR_C)" \n\t" \
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-zx/ |
| H A D | platsmp.c | 142 : "r" (0), "Ir" (CR_C), "Ir" (0x40) in cpu_enter_lowpower()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-exynos/ |
| H A D | mcpm-exynos.c | 40 "bic r0, r0, #"__stringify(CR_C)"\n\t" \
|
| H A D | platsmp.c | 45 : "Ir" (CR_C), "Ir" (0x40) in cpu_leave_lowpower()
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv7/ls102xa/ |
| H A D | cpu.c | 217 set_cr(get_cr() | CR_C); in enable_caches()
|
| /OK3568_Linux_fs/kernel/arch/arm/mach-mvebu/ |
| H A D | pmsu.c | 302 : : "Ir" (CR_C) : "r0"); in armada_370_xp_pmsu_idle_enter()
|
| /OK3568_Linux_fs/u-boot/common/ |
| H A D | board_r.c | 134 if (reg & CR_C) in print_cr()
|
| /OK3568_Linux_fs/kernel/arch/arm/kernel/ |
| H A D | head.S | 453 bic r0, r0, #CR_C
|
| H A D | head-nommu.S | 175 bic r0, r0, #CR_C
|
| /OK3568_Linux_fs/u-boot/arch/arm/cpu/armv8/fsl-layerscape/ |
| H A D | cpu.c | 260 set_sctlr(get_sctlr() | CR_C); in arch_cpu_init()
|