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

123

/linux-master/arch/arm/mach-shmobile/
H A Dplatsmp.c22 flush_cache_all();
27 flush_cache_all();
H A Dplatsmp-scu.c54 flush_cache_all();
/linux-master/arch/sparc/include/asm/
H A 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()
H A 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-master/arch/xtensa/include/asm/
H A Dcacheflush.h98 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 Dhighmem.h75 flush_cache_all();
/linux-master/arch/arm/kernel/
H A Dreboot.c42 flush_cache_all();
48 flush_cache_all();
/linux-master/arch/arc/include/asm/
H A 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()
H A Dhighmem.h49 flush_cache_all();
/linux-master/arch/parisc/include/asm/
H A 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-master/arch/m68k/include/asm/
H A Dcacheflush_no.h11 #define flush_cache_all() __flush_cache_all() macro
H A 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()
/linux-master/include/asm-generic/
H A Dcacheflush.h16 #ifndef flush_cache_all
17 static inline void flush_cache_all(void) function
/linux-master/arch/arm/include/asm/
H A Dhighmem.h17 flush_cache_all(); \
/linux-master/arch/powerpc/include/asm/
H A Dhighmem.h59 #define flush_cache_kmaps() flush_cache_all()
/linux-master/arch/arm/mach-lpc32xx/
H A Dpm.c103 flush_cache_all();
/linux-master/arch/arm/mach-socfpga/
H A Dplatsmp.c35 flush_cache_all();
58 flush_cache_all();
/linux-master/arch/arm/mach-omap2/
H A Domap-secure.c80 flush_cache_all();
173 flush_cache_all();
176 flush_cache_all();
/linux-master/arch/parisc/kernel/
H A Dkexec.c86 flush_cache_all();
103 flush_cache_all();
/linux-master/arch/nios2/mm/
H A Dmmu_context.c68 flush_cache_all();
/linux-master/arch/arm/mach-imx/
H A Dcpuidle-imx6sx.c25 * just call flush_cache_all() is fine.
27 flush_cache_all();
/linux-master/arch/arm/mach-davinci/
H A Dcommon.c80 flush_cache_all();
/linux-master/arch/csky/abiv2/inc/abi/
H A Dcacheflush.h13 #define flush_cache_all() do { } while (0) macro
/linux-master/arch/nios2/include/asm/
H A Dcacheflush.h23 extern void flush_cache_all(void);
/linux-master/arch/loongarch/include/asm/
H A Dcacheflush.h40 #define flush_cache_all() do { } while (0) macro

Completed in 202 milliseconds

123