Searched refs:__flush_cache_all (Results 1 - 15 of 15) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dcacheflush_no.h9 #define flush_cache_all() __flush_cache_all()
12 #define flush_cache_range(vma, start, end) __flush_cache_all()
14 #define flush_dcache_range(start,len) __flush_cache_all()
19 #define flush_icache_range(start,len) __flush_cache_all()
30 static inline void __flush_cache_all(void) function
H A Dcacheflush_mm.h52 #define __flush_cache_all() \ macro
81 #define flush_cache_all() __flush_cache_all()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/include/asm/
H A Dcacheflush.h40 static inline void __flush_cache_all(void) function
68 __flush_cache_all();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dmachine_kexec.c83 __flush_cache_all();
H A Dkgdb.c300 /* In SMP mode, __flush_cache_all does IPI */
302 __flush_cache_all();
H A Dsyscall.c413 __flush_cache_all();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/bcm63xx/
H A Dsetup.c53 __flush_cache_all();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/include/asm/
H A Dcacheflush.h33 extern void (*__flush_cache_all)(void);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/alchemy/common/
H A Dsleeper.S18 .extern __flush_cache_all
59 la t1, __flush_cache_all
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/sgi-ip27/
H A Dip27-init.c90 __flush_cache_all();
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dc-tx39.c361 __flush_cache_all = tx39h_flush_icache_all;
390 __flush_cache_all = tx39___flush_cache_all;
H A Dc-octeon.c252 __flush_cache_all = octeon_flush_icache_all;
H A Dc-r3k.c319 __flush_cache_all = r3k___flush_cache_all;
H A Dcache.c26 void (*__flush_cache_all)(void); variable
H A Dc-r4k.c1409 __flush_cache_all = r4k___flush_cache_all;

Completed in 145 milliseconds