Home
last modified time | relevance | path

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

/arch/arm/include/asm/
Dcacheflush.h119 extern struct cpu_cache_fns cpu_cache;
121 #define __cpuc_flush_icache_all cpu_cache.flush_icache_all
122 #define __cpuc_flush_kern_all cpu_cache.flush_kern_all
123 #define __cpuc_flush_user_all cpu_cache.flush_user_all
124 #define __cpuc_flush_user_range cpu_cache.flush_user_range
125 #define __cpuc_coherent_kern_range cpu_cache.coherent_kern_range
126 #define __cpuc_coherent_user_range cpu_cache.coherent_user_range
127 #define __cpuc_flush_dcache_area cpu_cache.flush_kern_dcache_area
135 #define dmac_map_area cpu_cache.dma_map_area
136 #define dmac_unmap_area cpu_cache.dma_unmap_area
[all …]
/arch/arm/mm/
Dproc-syms.c32 EXPORT_SYMBOL(cpu_cache);
/arch/powerpc/kernel/
Dcacheinfo.c429 struct cache *cpu_cache = NULL; in cache_chain_instantiate() local
438 cpu_cache = cache_lookup_or_instantiate(cpu_node, 1); in cache_chain_instantiate()
439 if (!cpu_cache) in cache_chain_instantiate()
442 do_subsidiary_caches(cpu_cache); in cache_chain_instantiate()
444 cache_cpu_set(cpu_cache, cpu_id); in cache_chain_instantiate()
448 return cpu_cache; in cache_chain_instantiate()
/arch/arm/kernel/
Dsetup.c117 struct cpu_cache_fns cpu_cache __read_mostly;
474 cpu_cache = *list->cache; in setup_processor()