Home
last modified time | relevance | path

Searched refs:flush_cache_all (Results 1 – 25 of 83) sorted by relevance

1234

/Linux-v4.19/arch/xtensa/include/asm/
Dcacheflush.h98 void flush_cache_all(void);
104 #define flush_cache_all local_flush_cache_all macro
116 #define flush_cache_mm(mm) flush_cache_all()
119 #define flush_cache_vmap(start,end) flush_cache_all()
120 #define flush_cache_vunmap(start,end) flush_cache_all()
132 #define flush_cache_all() do { } while (0) macro
/Linux-v4.19/arch/sparc/include/asm/
Dcacheflush_32.h7 #define flush_cache_all() \ macro
47 #define flush_cache_vmap(start, end) flush_cache_all()
48 #define flush_cache_vunmap(start, end) flush_cache_all()
Dhighmem.h75 #define flush_cache_kmaps() flush_cache_all()
/Linux-v4.19/arch/arc/include/asm/
Dcacheflush.h32 void flush_cache_all(void);
51 #define flush_cache_vmap(start, end) flush_cache_all()
52 #define flush_cache_vunmap(start, end) flush_cache_all()
Dhighmem.h47 flush_cache_all(); in flush_cache_kmaps()
/Linux-v4.19/arch/arm/mach-shmobile/
Dplatsmp.c25 flush_cache_all(); in shmobile_smp_hook()
30 flush_cache_all(); in shmobile_smp_hook()
Dplatsmp-scu.c57 flush_cache_all(); in shmobile_smp_scu_cpu_die()
/Linux-v4.19/arch/arm/mach-omap2/
Domap-secure.c53 flush_cache_all(); in omap_secure_dispatcher()
128 flush_cache_all(); in rx51_secure_dispatcher()
131 flush_cache_all(); in rx51_secure_dispatcher()
/Linux-v4.19/arch/parisc/include/asm/
Dcacheflush.h36 void flush_cache_all(void);
52 #define flush_cache_vmap(start, end) flush_cache_all()
53 #define flush_cache_vunmap(start, end) flush_cache_all()
/Linux-v4.19/arch/arm/kernel/
Dreboot.c45 flush_cache_all(); in __soft_restart()
51 flush_cache_all(); in __soft_restart()
/Linux-v4.19/arch/m68k/include/asm/
Dcacheflush_mm.h191 #define flush_cache_all() __flush_cache_all() macro
193 #define flush_cache_vmap(start, end) flush_cache_all()
194 #define flush_cache_vunmap(start, end) flush_cache_all()
/Linux-v4.19/arch/sparc/mm/
Dhighmem.c70 flush_cache_all(); in kmap_atomic()
112 flush_cache_all(); in __kunmap_atomic()
/Linux-v4.19/arch/arm/mach-socfpga/
Dplatsmp.c46 flush_cache_all(); in socfpga_boot_secondary()
69 flush_cache_all(); in socfpga_a10_boot_secondary()
/Linux-v4.19/arch/arm/include/asm/
Dcacheflush.h219 #define flush_cache_all() __cpuc_flush_kern_all() macro
343 flush_cache_all(); in flush_cache_vmap()
355 flush_cache_all(); in flush_cache_vunmap()
Dhighmem.h18 flush_cache_all(); \
/Linux-v4.19/arch/nios2/mm/
Dcacheflush.c97 void flush_cache_all(void) in flush_cache_all() function
105 flush_cache_all(); in flush_cache_mm()
110 flush_cache_all(); in flush_cache_dup_mm()
/Linux-v4.19/arch/arm/mach-exynos/
Dfirmware.c44 flush_cache_all(); in exynos_do_idle()
113 flush_cache_all(); in exynos_cpu_suspend()
Dsuspend.c237 flush_cache_all(); in exynos_flush_cache_all()
249 flush_cache_all(); in exynos3250_cpu_suspend()
505 flush_cache_all(); in exynos_suspend_enter()
/Linux-v4.19/arch/arm/mach-hisi/
Dhotplug.c258 flush_cache_all(); in cpu_enter_lowpower()
299 flush_cache_all(); in hix5hd2_cpu_die()
/Linux-v4.19/arch/arm/mach-lpc32xx/
Dpm.c113 flush_cache_all(); in lpc32xx_pm_enter()
/Linux-v4.19/arch/arm/mach-imx/
Dcpuidle-imx6sx.c29 flush_cache_all(); in imx6sx_idle_finish()
/Linux-v4.19/include/asm-generic/
Dcacheflush.h12 #define flush_cache_all() do { } while (0) macro
/Linux-v4.19/arch/powerpc/include/asm/
Dhighmem.h89 #define flush_cache_kmaps() flush_cache_all()
/Linux-v4.19/arch/hexagon/include/asm/
Dcacheflush.h41 #define flush_cache_all() do { } while (0) macro
/Linux-v4.19/arch/ia64/include/asm/
Dcacheflush.h20 #define flush_cache_all() do { } while (0) macro

1234