Home
last modified time | relevance | path

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

1234

/OK3568_Linux_fs/kernel/arch/xtensa/include/asm/
H A 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
/OK3568_Linux_fs/kernel/arch/sparc/include/asm/
H A 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()
H A Dhighmem.h54 #define flush_cache_kmaps() flush_cache_all()
/OK3568_Linux_fs/kernel/arch/arc/include/asm/
H A 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()
H A Dhighmem.h34 flush_cache_all(); in flush_cache_kmaps()
/OK3568_Linux_fs/kernel/arch/parisc/include/asm/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm/mach-shmobile/
H A Dplatsmp.c22 flush_cache_all(); in shmobile_smp_hook()
27 flush_cache_all(); in shmobile_smp_hook()
H A Dplatsmp-scu.c54 flush_cache_all(); in shmobile_smp_scu_cpu_die()
/OK3568_Linux_fs/kernel/arch/arm/mach-omap2/
H A Domap-secure.c75 flush_cache_all(); in omap_secure_dispatcher()
171 flush_cache_all(); in rx51_secure_dispatcher()
174 flush_cache_all(); in rx51_secure_dispatcher()
/OK3568_Linux_fs/kernel/arch/arm/kernel/
H A Dreboot.c41 flush_cache_all(); in __soft_restart()
47 flush_cache_all(); in __soft_restart()
/OK3568_Linux_fs/kernel/arch/m68k/include/asm/
H A 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()
H A Dcacheflush_no.h11 #define flush_cache_all() __flush_cache_all() macro
/OK3568_Linux_fs/kernel/arch/sparc/mm/
H A Dhighmem.c57 flush_cache_all(); in kmap_atomic_high_prot()
96 flush_cache_all(); in kunmap_atomic_high()
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Dcacheflush.h14 #ifndef flush_cache_all
15 static inline void flush_cache_all(void) in flush_cache_all() function
/OK3568_Linux_fs/kernel/arch/arm/mach-socfpga/
H A Dplatsmp.c35 flush_cache_all(); in socfpga_boot_secondary()
58 flush_cache_all(); in socfpga_a10_boot_secondary()
/OK3568_Linux_fs/kernel/arch/arm/include/asm/
H A 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()
H A Dhighmem.h16 flush_cache_all(); \
/OK3568_Linux_fs/kernel/arch/parisc/kernel/
H A Dkexec.c84 flush_cache_all(); in machine_kexec()
101 flush_cache_all(); in machine_kexec()
/OK3568_Linux_fs/kernel/arch/nios2/mm/
H A 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()
/OK3568_Linux_fs/kernel/arch/arm/mach-exynos/
H A Dfirmware.c44 flush_cache_all(); in exynos_do_idle()
113 flush_cache_all(); in exynos_cpu_suspend()
H A Dsuspend.c248 flush_cache_all(); in exynos_flush_cache_all()
260 flush_cache_all(); in exynos3250_cpu_suspend()
543 flush_cache_all(); in exynos_suspend_enter()
/OK3568_Linux_fs/kernel/arch/arm/mach-hisi/
H A Dhotplug.c255 flush_cache_all(); in cpu_enter_lowpower()
296 flush_cache_all(); in hix5hd2_cpu_die()
/OK3568_Linux_fs/kernel/arch/arc/mm/
H A Dcache.c949 flush_cache_all(); in flush_icache_range()
1020 noinline void flush_cache_all(void) in flush_cache_all() function
1037 flush_cache_all(); in flush_cache_mm()
1056 flush_cache_all(); in flush_cache_range()
1135 flush_cache_all(); in SYSCALL_DEFINE3()
/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dhighmem.h61 #define flush_cache_kmaps() flush_cache_all()
/OK3568_Linux_fs/kernel/arch/arm/mach-lpc32xx/
H A Dpm.c105 flush_cache_all(); in lpc32xx_pm_enter()

1234