Home
last modified time | relevance | path

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

/linux-4.4.14/arch/arm/mach-spear/
Dhotplug.c36 : "r" (0), "Ir" (CR_C) in cpu_enter_lowpower()
51 : "Ir" (CR_C) in cpu_leave_lowpower()
/linux-4.4.14/arch/arm/mach-realview/
Dhotplug.c35 : "r" (0), "Ir" (CR_C) in cpu_enter_lowpower()
50 : "Ir" (CR_C) in cpu_leave_lowpower()
/linux-4.4.14/arch/arm/mach-vexpress/
Dhotplug.c35 : "r" (0), "Ir" (CR_C), "Ir" (0x40) in cpu_enter_lowpower()
51 : "Ir" (CR_C), "Ir" (0x40) in cpu_leave_lowpower()
/linux-4.4.14/arch/arm/mm/
Dcache-feroceon-l2.c246 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()
Dmmu.c93 .cr_mask = CR_W|CR_C,
99 .cr_mask = CR_C,
1500 set_cr(cr & ~(CR_I | CR_C)); in early_paging_init()
/linux-4.4.14/arch/arm/mach-tegra/
Dsleep.S54 bic r2, r2, #CR_C
129 movw r2, #CR_I | CR_Z | CR_C | CR_M
Dsleep-tegra20.S291 orr r10, r10, #CR_C
/linux-4.4.14/arch/arm/mach-shmobile/
Dplatsmp-apmu.c153 : "Ir" (CR_C) in cpu_enter_lowpower_a15()
194 : "Ir" (CR_C), "Ir" (0x40) in cpu_leave_lowpower()
/linux-4.4.14/arch/arm/mach-imx/
Dhotplug.c37 : "r" (0), "Ir" (CR_C), "Ir" (0x40) in cpu_enter_lowpower()
/linux-4.4.14/arch/arm/include/asm/
Dcp15.h11 #define CR_C (1 << 2) /* Dcache enable */ macro
Dcacheflush.h468 "bic r0, r0, #"__stringify(CR_C)" \n\t" \
/linux-4.4.14/arch/arm/mach-uniphier/
Dheadsmp.S27 bic r0, r0, #(CR_C | CR_M) @ Disable MMU and Dcache
/linux-4.4.14/arch/arm/mach-zx/
Dplatsmp.c145 : "r" (0), "Ir" (CR_C), "Ir" (0x40) in cpu_enter_lowpower()
/linux-4.4.14/arch/arm/mach-exynos/
Dmcpm-exynos.c46 "bic r0, r0, #"__stringify(CR_C)"\n\t" \
Dplatsmp.c50 : "Ir" (CR_C), "Ir" (0x40) in cpu_leave_lowpower()
/linux-4.4.14/arch/arm/kernel/
Dhead-nommu.S147 bic r0, r0, #CR_C
Dhead.S456 bic r0, r0, #CR_C
/linux-4.4.14/arch/arm/mach-mvebu/
Dpmsu.c303 : : "Ir" (CR_C) : "r0"); in armada_370_xp_pmsu_idle_enter()