Home
last modified time | relevance | path

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

123

/linux-6.6.21/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()
121 #define flush_cache_vunmap(start,end) flush_cache_all()
139 #define flush_cache_all() do { } while (0) macro
/linux-6.6.21/arch/sparc/include/asm/
Dhighmem.h51 #define flush_cache_kmaps() flush_cache_all()
54 #define arch_kmap_local_pre_map(vaddr, pteval) flush_cache_all()
55 #define arch_kmap_local_pre_unmap(vaddr) flush_cache_all()
Dcacheflush_32.h8 #define flush_cache_all() \ macro
50 #define flush_cache_vmap(start, end) flush_cache_all()
52 #define flush_cache_vunmap(start, end) flush_cache_all()
/linux-6.6.21/arch/arc/include/asm/
Dcacheflush.h21 void flush_cache_all(void);
42 #define flush_cache_vmap(start, end) flush_cache_all()
44 #define flush_cache_vunmap(start, end) flush_cache_all()
Dhighmem.h49 flush_cache_all(); in flush_cache_kmaps()
/linux-6.6.21/arch/parisc/include/asm/
Dcacheflush.h31 void flush_cache_all(void);
43 #define flush_cache_vmap(start, end) flush_cache_all()
45 #define flush_cache_vunmap(start, end) flush_cache_all()
/linux-6.6.21/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-6.6.21/arch/arm/kernel/
Dreboot.c42 flush_cache_all(); in __soft_restart()
48 flush_cache_all(); in __soft_restart()
/linux-6.6.21/arch/arm/mach-omap2/
Domap-secure.c80 flush_cache_all(); in omap_secure_dispatcher()
173 flush_cache_all(); in rx51_secure_dispatcher()
176 flush_cache_all(); in rx51_secure_dispatcher()
/linux-6.6.21/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()
195 #define flush_cache_vunmap(start, end) flush_cache_all()
Dcacheflush_no.h11 #define flush_cache_all() __flush_cache_all() macro
/linux-6.6.21/include/asm-generic/
Dcacheflush.h16 #ifndef flush_cache_all
17 static inline void flush_cache_all(void) in flush_cache_all() function
/linux-6.6.21/arch/arm/mach-socfpga/
Dplatsmp.c35 flush_cache_all(); in socfpga_boot_secondary()
58 flush_cache_all(); in socfpga_a10_boot_secondary()
/linux-6.6.21/arch/parisc/kernel/
Dkexec.c86 flush_cache_all(); in machine_kexec()
103 flush_cache_all(); in machine_kexec()
/linux-6.6.21/arch/arm/include/asm/
Dcacheflush.h216 #define flush_cache_all() __cpuc_flush_kern_all() macro
334 flush_cache_all(); in flush_cache_vmap()
348 flush_cache_all(); in flush_cache_vunmap()
Dhighmem.h17 flush_cache_all(); \
/linux-6.6.21/arch/nios2/mm/
Dcacheflush.c99 void flush_cache_all(void) in flush_cache_all() function
107 flush_cache_all(); in flush_cache_mm()
112 flush_cache_all(); in flush_cache_dup_mm()
/linux-6.6.21/arch/arm/mach-exynos/
Dfirmware.c44 flush_cache_all(); in exynos_do_idle()
121 flush_cache_all(); in exynos_cpu_suspend()
Dsuspend.c249 flush_cache_all(); in exynos_flush_cache_all()
261 flush_cache_all(); in exynos3250_cpu_suspend()
544 flush_cache_all(); in exynos_suspend_enter()
/linux-6.6.21/arch/arm/mach-hisi/
Dhotplug.c254 flush_cache_all(); in cpu_enter_lowpower()
295 flush_cache_all(); in hix5hd2_cpu_die()
/linux-6.6.21/arch/arc/mm/
Dcache.c840 flush_cache_all(); in flush_icache_range()
911 noinline void flush_cache_all(void) in flush_cache_all() function
928 flush_cache_all(); in flush_cache_mm()
947 flush_cache_all(); in flush_cache_range()
1029 flush_cache_all(); in SYSCALL_DEFINE3()
/linux-6.6.21/arch/arm/mach-lpc32xx/
Dpm.c103 flush_cache_all(); in lpc32xx_pm_enter()
/linux-6.6.21/arch/powerpc/include/asm/
Dhighmem.h59 #define flush_cache_kmaps() flush_cache_all()
/linux-6.6.21/arch/arm/mach-imx/
Dcpuidle-imx6sx.c27 flush_cache_all(); in imx6sx_idle_finish()

123