Searched refs:CR_C (Results 1 – 12 of 12) sorted by relevance
/linux-5.19.10/arch/arm/mach-spear/ |
D | hotplug.c | 35 : "r" (0), "Ir" (CR_C) in cpu_enter_lowpower() 50 : "Ir" (CR_C) in cpu_leave_lowpower()
|
/linux-5.19.10/arch/arm/mach-versatile/ |
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()
|
/linux-5.19.10/arch/arm/mach-tegra/ |
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
|
/linux-5.19.10/arch/arm/mm/ |
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()
|
D | mmu.c | 82 .cr_mask = CR_W|CR_C, 87 .cr_mask = CR_C, 1664 set_cr(cr & ~(CR_I | CR_C)); in early_paging_init()
|
/linux-5.19.10/arch/arm/mach-shmobile/ |
D | platsmp-apmu.c | 97 : "Ir" (CR_C) in cpu_enter_lowpower_a15() 167 : "Ir" (CR_C), "Ir" (0x40) in cpu_leave_lowpower()
|
/linux-5.19.10/arch/arm/include/asm/ |
D | cp15.h | 12 #define CR_C (1 << 2) /* Dcache enable */ macro
|
D | cacheflush.h | 453 "bic r0, r0, #"__stringify(CR_C)" \n\t" \
|
/linux-5.19.10/arch/arm/mach-exynos/ |
D | mcpm-exynos.c | 39 "bic r0, r0, #"__stringify(CR_C)"\n\t" \
|
D | platsmp.c | 45 : "Ir" (CR_C), "Ir" (0x40) in cpu_leave_lowpower()
|
/linux-5.19.10/arch/arm/mach-mvebu/ |
D | pmsu.c | 302 : : "Ir" (CR_C) : "r0"); in armada_370_xp_pmsu_idle_enter()
|
/linux-5.19.10/arch/arm/kernel/ |
D | head-nommu.S | 177 bic r0, r0, #CR_C
|