Searched refs:cpu_cache (Results 1 – 5 of 5) sorted by relevance
123 extern struct cpu_cache_fns cpu_cache;125 #define __cpuc_flush_icache_all cpu_cache.flush_icache_all126 #define __cpuc_flush_kern_all cpu_cache.flush_kern_all127 #define __cpuc_flush_kern_louis cpu_cache.flush_kern_louis128 #define __cpuc_flush_user_all cpu_cache.flush_user_all129 #define __cpuc_flush_user_range cpu_cache.flush_user_range130 #define __cpuc_coherent_kern_range cpu_cache.coherent_kern_range131 #define __cpuc_coherent_user_range cpu_cache.coherent_user_range132 #define __cpuc_flush_dcache_area cpu_cache.flush_kern_dcache_area140 #define dmac_flush_range cpu_cache.dma_flush_range
28 #define dmac_map_area cpu_cache.dma_map_area29 #define dmac_unmap_area cpu_cache.dma_unmap_area
31 EXPORT_SYMBOL(cpu_cache);
504 struct cache *cpu_cache = NULL; in cache_chain_instantiate() local516 cpu_cache = cache_lookup_or_instantiate(cpu_node, group_id, 1); in cache_chain_instantiate()517 if (!cpu_cache) in cache_chain_instantiate()520 do_subsidiary_caches(cpu_cache, cpu_id); in cache_chain_instantiate()522 cache_cpu_set(cpu_cache, cpu_id); in cache_chain_instantiate()526 return cpu_cache; in cache_chain_instantiate()
129 struct cpu_cache_fns cpu_cache __ro_after_init;709 cpu_cache = *list->cache; in setup_processor()