Searched refs:flush_data_cache_local (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-parisc/
H A Dcacheflush.h10 void flush_data_cache_local(void *); /* flushes local data-cache only */
16 #define flush_data_cache() flush_data_cache_local(NULL)
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/parisc/kernel/
H A Dcache.c54 on_each_cpu(flush_data_cache_local, NULL, 1, 1);
67 flush_data_cache_local(NULL);
337 EXPORT_SYMBOL(flush_data_cache_local); variable
H A Dpacache.S238 ENTRY(flush_data_cache_local)
276 ENDPROC(flush_data_cache_local)

Completed in 112 milliseconds