/linux/arch/xtensa/include/asm/ |
H A D | cacheflush.h | 98 void flush_cache_all(void); 103 #define flush_cache_all flush_cache_all macro 108 #define flush_cache_all local_flush_cache_all macro 120 #define flush_cache_mm(mm) flush_cache_all() 123 #define flush_cache_vmap(start,end) flush_cache_all() 125 #define flush_cache_vunmap(start,end) flush_cache_all()
|
H A D | highmem.h | 75 flush_cache_all(); in flush_cache_kmaps()
|
/linux/arch/sparc/include/asm/ |
H A D | highmem.h | 51 #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()
|
H A D | cacheflush_32.h | 8 #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/arch/arc/include/asm/ |
H A D | cacheflush.h | 21 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()
|
H A D | highmem.h | 49 flush_cache_all(); in flush_cache_kmaps()
|
/linux/arch/arm/mach-shmobile/ |
H A D | platsmp.c | 22 flush_cache_all(); in shmobile_smp_hook() 27 flush_cache_all(); in shmobile_smp_hook()
|
H A D | platsmp-scu.c | 54 flush_cache_all(); in shmobile_smp_scu_cpu_die()
|
/linux/arch/arm/kernel/ |
H A D | reboot.c | 42 flush_cache_all(); in __soft_restart() 48 flush_cache_all(); in __soft_restart()
|
/linux/arch/arm/mach-omap2/ |
H A D | omap-secure.c | 80 flush_cache_all(); in omap_secure_dispatcher() 173 flush_cache_all(); in rx51_secure_dispatcher() 176 flush_cache_all(); in rx51_secure_dispatcher()
|
/linux/arch/m68k/include/asm/ |
H A D | cacheflush_mm.h | 191 #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()
|
H A D | cacheflush_no.h | 11 #define flush_cache_all() __flush_cache_all() macro
|
/linux/arch/arm/mach-socfpga/ |
H A D | platsmp.c | 35 flush_cache_all(); in socfpga_boot_secondary() 58 flush_cache_all(); in socfpga_a10_boot_secondary()
|
/linux/include/asm-generic/ |
H A D | cacheflush.h | 16 #ifndef flush_cache_all 17 static inline void flush_cache_all(void) in flush_cache_all() function
|
/linux/arch/arm/include/asm/ |
H A D | cacheflush.h | 216 #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()
|
H A D | highmem.h | 17 flush_cache_all(); \
|
/linux/arch/parisc/kernel/ |
H A D | cache.c | 93 void flush_cache_all(void) in flush_cache_all() function 745 flush_cache_all(); in flush_cache_mm() 762 flush_cache_all(); in flush_cache_range() 834 flush_cache_all(); in flush_cache_vmap() 839 flush_cache_all(); in flush_cache_vmap() 845 flush_cache_all(); in flush_cache_vmap() 862 flush_cache_all(); in flush_cache_vmap()
|
H A D | kexec.c | 86 flush_cache_all(); in machine_kexec() 103 flush_cache_all(); in machine_kexec()
|
/linux/arch/nios2/mm/ |
H A D | cacheflush.c | 99 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/arch/arm/mach-exynos/ |
H A D | firmware.c | 44 flush_cache_all(); in exynos_do_idle() 121 flush_cache_all(); in exynos_cpu_suspend()
|
H A D | suspend.c | 249 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/arch/arm/mach-hisi/ |
H A D | hotplug.c | 254 flush_cache_all(); in cpu_enter_lowpower() 295 flush_cache_all(); in hix5hd2_cpu_die()
|
/linux/arch/arm/mach-lpc32xx/ |
H A D | pm.c | 103 flush_cache_all(); in lpc32xx_pm_enter()
|
/linux/arch/powerpc/include/asm/ |
H A D | highmem.h | 59 #define flush_cache_kmaps() flush_cache_all()
|
/linux/arch/arm/mach-imx/ |
H A D | cpuidle-imx6sx.c | 27 flush_cache_all(); in imx6sx_idle_finish()
|