Searched refs:smp_flush_cache_all (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dcacheflush.h26 extern void smp_flush_cache_all(void);
27 #define flush_icache_range(start, end) smp_flush_cache_all()
28 #define flush_icache_page(vma,pg) smp_flush_cache_all()
29 #define flush_icache_user_range(vma,pg,adr,len) smp_flush_cache_all()
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/include/asm/
H A Dcacheflush_32.h32 extern void smp_flush_cache_all(void);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dsmp.c67 void smp_flush_cache_all(void);
145 * Name: smp_flush_cache_all
161 void smp_flush_cache_all(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsmp_32.c135 void smp_flush_cache_all(void) function
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/mm/
H A Dsrmmu.c2189 BTFIXUPSET_CALL(flush_cache_all, smp_flush_cache_all, BTFIXUPCALL_NORM);

Completed in 183 milliseconds