Home
last modified time | relevance | path

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

12

/arch/powerpc/kernel/
Dcacheinfo.c44 struct cache *cache; member
118 struct cache { struct
119 struct device_node *ofnode; /* OF node for this cache, may be cpu */ argument
120 struct cpumask shared_cpu_map; /* online CPUs using this cache */ argument
121 int type; /* split cache disambiguation */ argument
123 int group_id; /* id of the group of threads that share this cache */ argument
124 struct list_head list; /* global list of cache objects */ argument
125 struct cache *next_local; /* next cache of >= level */ argument
140 static const char *cache_type_string(const struct cache *cache) in cache_type_string()
145 static void cache_init(struct cache *cache, int type, int level, in cache_init()
[all …]
Deeh_cache.c98 static void eeh_addr_cache_print(struct pci_io_addr_cache *cache) in eeh_addr_cache_print()
Dsmp.c1393 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()
535 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/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/sh/mm/
Dcache-debugfs.c28 struct cache_info *cache; in cache_debugfs_show() local
/arch/powerpc/perf/
Disa207-common.c208 unsigned int cache; in dc_ic_rld_quad_l1_sel() local
357 unsigned int unit, pmc, cache, ebb; in isa207_get_constraint() local
516 unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val; in isa207_compute_mmcr() 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.c111 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.c72 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
/arch/mips/kvm/
Dmmu.c104 static pte_t *kvm_mips_walk_pgd(pgd_t *pgd, struct kvm_mmu_memory_cache *cache, in kvm_mips_walk_pgd()
144 struct kvm_mmu_memory_cache *cache, in kvm_mips_pte_for_gpa()
Dvz.c1079 u32 cache, op_inst, op, base; in kvm_vz_gpsi_cache() local
/arch/s390/kernel/
Dcache.c71 struct cacheinfo *cache; in show_cacheinfo() local
/arch/x86/mm/pat/
Dmemtype.c195 enum page_cache_mode cache; in pat_get_cache_mode() local
222 enum page_cache_mode cache; in __init_cache_modes() local
Dset_memory.c332 unsigned long cache = (unsigned long)arg; in __cpa_flush_all() local
344 static void cpa_flush_all(unsigned long cache) in cpa_flush_all()
360 static void cpa_flush(struct cpa_data *data, int cache) in cpa_flush()
1701 int ret, cache, checkalias; in change_page_attr_set_clr() local
/arch/mips/include/asm/fw/arc/
Dhinv.h111 } cache; member
/arch/x86/mm/
Dinit.c1090 void update_cache_mode_entry(unsigned entry, enum page_cache_mode cache) in update_cache_mode_entry()
/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