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

/linux-4.1.27/arch/arm/mm/
H A Dproc-syms.c34 EXPORT_SYMBOL(cpu_cache); variable
/linux-4.1.27/arch/arm/include/asm/
H A Dcacheflush.h126 extern struct cpu_cache_fns cpu_cache;
128 #define __cpuc_flush_icache_all cpu_cache.flush_icache_all
129 #define __cpuc_flush_kern_all cpu_cache.flush_kern_all
130 #define __cpuc_flush_kern_louis cpu_cache.flush_kern_louis
131 #define __cpuc_flush_user_all cpu_cache.flush_user_all
132 #define __cpuc_flush_user_range cpu_cache.flush_user_range
133 #define __cpuc_coherent_kern_range cpu_cache.coherent_kern_range
134 #define __cpuc_coherent_user_range cpu_cache.coherent_user_range
135 #define __cpuc_flush_dcache_area cpu_cache.flush_kern_dcache_area
143 #define dmac_map_area cpu_cache.dma_map_area
144 #define dmac_unmap_area cpu_cache.dma_unmap_area
145 #define dmac_flush_range cpu_cache.dma_flush_range
/linux-4.1.27/include/linux/
H A Dslab_def.h11 struct array_cache __percpu *cpu_cache; member in struct:kmem_cache
/linux-4.1.27/arch/powerpc/kernel/
H A Dcacheinfo.c456 struct cache *cpu_cache = NULL; cache_chain_instantiate() local
465 cpu_cache = cache_lookup_or_instantiate(cpu_node, 1); cache_chain_instantiate()
466 if (!cpu_cache) cache_chain_instantiate()
469 do_subsidiary_caches(cpu_cache); cache_chain_instantiate()
471 cache_cpu_set(cpu_cache, cpu_id); cache_chain_instantiate()
475 return cpu_cache; cache_chain_instantiate()
/linux-4.1.27/mm/
H A Dslab.c474 return this_cpu_ptr(cachep->cpu_cache); cpu_cache_get()
1118 nc = per_cpu_ptr(cachep->cpu_cache, cpu); cpuup_canceled()
2006 struct array_cache __percpu *cpu_cache; alloc_kmem_cache_cpus() local
2009 cpu_cache = __alloc_percpu(size, sizeof(void *)); alloc_kmem_cache_cpus()
2011 if (!cpu_cache) alloc_kmem_cache_cpus()
2015 init_arraycache(per_cpu_ptr(cpu_cache, cpu), for_each_possible_cpu()
2019 return cpu_cache;
2027 cachep->cpu_cache = alloc_kmem_cache_cpus(cachep, 1, 1); setup_cpu_cache()
2028 if (!cachep->cpu_cache) setup_cpu_cache()
2433 free_percpu(cachep->cpu_cache); __kmem_cache_shutdown()
3690 struct array_cache __percpu *cpu_cache, *prev; __do_tune_cpucache() local
3693 cpu_cache = alloc_kmem_cache_cpus(cachep, limit, batchcount); __do_tune_cpucache()
3694 if (!cpu_cache) __do_tune_cpucache()
3697 prev = cachep->cpu_cache; __do_tune_cpucache()
3698 cachep->cpu_cache = cpu_cache; __do_tune_cpucache()
/linux-4.1.27/arch/arm/kernel/
H A Dsetup.c119 struct cpu_cache_fns cpu_cache __read_mostly;
626 cpu_cache = *list->cache; setup_processor()

Completed in 338 milliseconds