Home
last modified time | relevance | path

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

123

/Linux-v5.10/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
Dhighmem.h68 flush_cache_all(); in flush_cache_kmaps()
/Linux-v5.10/arch/sparc/include/asm/
Dcacheflush_32.h7 #define flush_cache_all() \ macro
45 #define flush_cache_vmap(start, end) flush_cache_all()
46 #define flush_cache_vunmap(start, end) flush_cache_all()
Dhighmem.h54 #define flush_cache_kmaps() flush_cache_all()
/Linux-v5.10/arch/arc/include/asm/
Dcacheflush.h29 void flush_cache_all(void);
48 #define flush_cache_vmap(start, end) flush_cache_all()
49 #define flush_cache_vunmap(start, end) flush_cache_all()
Dhighmem.h34 flush_cache_all(); in flush_cache_kmaps()
/Linux-v5.10/arch/arm/mach-shmobile/
Dplatsmp.c22 flush_cache_all(); in shmobile_smp_hook()
27 flush_cache_all(); in shmobile_smp_hook()
Dplatsmp-scu.c54 flush_cache_all(); in shmobile_smp_scu_cpu_die()
/Linux-v5.10/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-v5.10/arch/arm/kernel/
Dreboot.c42 flush_cache_all(); in __soft_restart()
48 flush_cache_all(); in __soft_restart()
/Linux-v5.10/arch/arm/mach-omap2/
Domap-secure.c73 flush_cache_all(); in omap_secure_dispatcher()
169 flush_cache_all(); in rx51_secure_dispatcher()
172 flush_cache_all(); in rx51_secure_dispatcher()
/Linux-v5.10/arch/sparc/mm/
Dhighmem.c57 flush_cache_all(); in kmap_atomic_high_prot()
96 flush_cache_all(); in kunmap_atomic_high()
/Linux-v5.10/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()
Dcacheflush_no.h11 #define flush_cache_all() __flush_cache_all() macro
/Linux-v5.10/include/asm-generic/
Dcacheflush.h14 #ifndef flush_cache_all
15 static inline void flush_cache_all(void) in flush_cache_all() function
/Linux-v5.10/arch/arm/mach-socfpga/
Dplatsmp.c35 flush_cache_all(); in socfpga_boot_secondary()
58 flush_cache_all(); in socfpga_a10_boot_secondary()
/Linux-v5.10/arch/parisc/kernel/
Dkexec.c84 flush_cache_all(); in machine_kexec()
101 flush_cache_all(); in machine_kexec()
/Linux-v5.10/arch/arm/include/asm/
Dcacheflush.h216 #define flush_cache_all() __cpuc_flush_kern_all() macro
337 flush_cache_all(); in flush_cache_vmap()
349 flush_cache_all(); in flush_cache_vunmap()
Dhighmem.h16 flush_cache_all(); \
/Linux-v5.10/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-v5.10/arch/arm/mach-exynos/
Dfirmware.c44 flush_cache_all(); in exynos_do_idle()
113 flush_cache_all(); in exynos_cpu_suspend()
/Linux-v5.10/arch/arm/mach-hisi/
Dhotplug.c255 flush_cache_all(); in cpu_enter_lowpower()
296 flush_cache_all(); in hix5hd2_cpu_die()
/Linux-v5.10/arch/powerpc/include/asm/
Dhighmem.h61 #define flush_cache_kmaps() flush_cache_all()
/Linux-v5.10/arch/arm/mach-lpc32xx/
Dpm.c105 flush_cache_all(); in lpc32xx_pm_enter()
/Linux-v5.10/arch/arm/mach-imx/
Dcpuidle-imx6sx.c27 flush_cache_all(); in imx6sx_idle_finish()

123