Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 25 of 34) sorted by relevance

12

/arch/powerpc/kernel/
Dcacheinfo.c42 struct cache *cache; member
116 struct cache { struct
117 struct device_node *ofnode; /* OF node for this cache, may be cpu */ argument
118 struct cpumask shared_cpu_map; /* online CPUs using this cache */ argument
119 int type; /* split cache disambiguation */ argument
121 struct list_head list; /* global list of cache objects */ argument
122 struct cache *next_local; /* next cache of >= level */ argument
137 static const char *cache_type_string(const struct cache *cache) in cache_type_string()
142 static void cache_init(struct cache *cache, int type, int level, in cache_init()
154 struct cache *cache; in new_cache() local
[all …]
Deeh_cache.c98 static void eeh_addr_cache_print(struct pci_io_addr_cache *cache) in eeh_addr_cache_print()
Dsmp.c1153 struct device_node *cache; in cpu_to_l2cache() local
/arch/nds32/include/asm/
Dnds32.h35 static inline unsigned long CACHE_SET(unsigned char cache) in CACHE_SET()
46 static inline unsigned long CACHE_WAY(unsigned char cache) in CACHE_WAY()
57 static inline unsigned long CACHE_LINE_SIZE(unsigned char cache) in CACHE_LINE_SIZE()
/arch/m68k/kernel/
Dsys_m68k.c68 cache_flush_040 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_040()
228 cache_flush_060 (unsigned long addr, int scope, int cache, unsigned long len) in cache_flush_060()
378 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
525 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len) in sys_cacheflush()
/arch/csky/mm/
Dsyscache.c9 SYSCALL_DEFINE3(cacheflush, in SYSCALL_DEFINE3() argument
/arch/powerpc/include/asm/
Dfsl_pamu_stash.h24 u32 cache; /* cache to stash to: L1,L2,L3 */ member
/arch/arm/mm/
Dproc-arm925.S482 .macro arm925_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req, cache
Dproc-xscale.S615 .macro xscale_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req, cache
/arch/powerpc/perf/
Disa207-common.c149 unsigned int cache; in dc_ic_rld_quad_l1_sel() local
244 unsigned int unit, pmc, cache, ebb; in isa207_get_constraint() local
380 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; in isa207_compute_mmcr() local
/arch/sh/mm/
Dcache-debugfs.c28 struct cache_info *cache; in cache_seq_show() local
/arch/mips/kernel/
Dcacheinfo.c8 #define populate_cache(cache, leaf, c_level, c_type) \ argument
Dpm-cps.c194 const struct cache_desc *cache, in cps_gen_cache_routine()
/arch/arm/include/asm/
Dprocinfo.h39 struct cpu_cache_fns *cache; member
/arch/m68k/mm/
Dsun3kmap.c112 void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache) in __ioremap()
/arch/nds32/kernel/
Dsys_nds32.c29 SYSCALL_DEFINE3(cacheflush, unsigned int, start, unsigned int, end, int, cache) in SYSCALL_DEFINE3() argument
/arch/mips/mm/
Dcache.c71 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
/arch/s390/kernel/
Dcache.c71 struct cacheinfo *cache; in show_cacheinfo() local
/arch/mips/kvm/
Dmmu.c28 static int mmu_topup_memory_cache(struct kvm_mmu_memory_cache *cache, in mmu_topup_memory_cache()
136 static pte_t *kvm_mips_walk_pgd(pgd_t *pgd, struct kvm_mmu_memory_cache *cache, in kvm_mips_walk_pgd()
174 struct kvm_mmu_memory_cache *cache, in kvm_mips_pte_for_gpa()
/arch/x86/mm/
Dpat.c170 enum page_cache_mode cache; in pat_get_cache_mode() local
197 enum page_cache_mode cache; in __init_cache_modes() local
Dpageattr.c316 unsigned long cache = (unsigned long)arg; in __cpa_flush_all() local
328 static void cpa_flush_all(unsigned long cache) in cpa_flush_all()
344 static void cpa_flush(struct cpa_data *data, int cache) in cpa_flush()
1674 int ret, cache, checkalias; in change_page_attr_set_clr() local
Dinit.c989 void update_cache_mode_entry(unsigned entry, enum page_cache_mode cache) in update_cache_mode_entry()
/arch/mips/include/asm/fw/arc/
Dhinv.h111 } cache; member
/arch/powerpc/platforms/ps3/
Dspu.c113 struct priv1_cache cache; member
/arch/ia64/kernel/
Dunwind.c117 struct unw_script cache[UNW_CACHE_SIZE]; member
129 } cache; member

12