Searched refs:cpu_cache (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/include/asm/
H A Dcacheflush.h237 extern struct cpu_cache_fns cpu_cache;
239 #define __cpuc_flush_kern_all cpu_cache.flush_kern_all
240 #define __cpuc_flush_user_all cpu_cache.flush_user_all
241 #define __cpuc_flush_user_range cpu_cache.flush_user_range
242 #define __cpuc_coherent_kern_range cpu_cache.coherent_kern_range
243 #define __cpuc_coherent_user_range cpu_cache.coherent_user_range
244 #define __cpuc_flush_dcache_area cpu_cache.flush_kern_dcache_area
252 #define dmac_map_area cpu_cache.dma_map_area
253 #define dmac_unmap_area cpu_cache.dma_unmap_area
254 #define dmac_flush_range cpu_cache
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mm/
H A Dproc-syms.c32 EXPORT_SYMBOL(cpu_cache); variable
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dcacheinfo.c429 struct cache *cpu_cache = NULL; local
438 cpu_cache = cache_lookup_or_instantiate(cpu_node, 1);
439 if (!cpu_cache)
442 do_subsidiary_caches(cpu_cache);
444 cache_cpu_set(cpu_cache, cpu_id);
448 return cpu_cache;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dsetup.c107 struct cpu_cache_fns cpu_cache; variable in typeref:struct:cpu_cache_fns
320 cpu_cache = *list->cache;

Completed in 41 milliseconds