| /arch/powerpc/kernel/ | 
| D | cacheinfo.c | 43 	struct cache *cache;  member 117 struct cache {  struct 118 	struct device_node *ofnode;    /* OF node for this cache, may be cpu */  argument 119 	struct cpumask shared_cpu_map; /* online CPUs using this cache */  argument 120 	int type;                      /* split cache disambiguation */  argument 122 	int group_id;                  /* id of the group of threads that share this cache */  argument 123 	struct list_head list;         /* global list of cache objects */  argument 124 	struct cache *next_local;      /* next cache of >= level */  argument 139 static const char *cache_type_string(const struct cache *cache)  in cache_type_string() 144 static void cache_init(struct cache *cache, int type, int level,  in cache_init() [all …] 
 | 
| D | eeh_cache.c | 98 static void eeh_addr_cache_print(struct pci_io_addr_cache *cache)  in eeh_addr_cache_print()
  | 
| /arch/m68k/kernel/ | 
| D | sys_m68k.c | 68 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() 537 sys_cacheflush (unsigned long addr, int scope, int cache, unsigned long len)  in sys_cacheflush()
  | 
| /arch/csky/mm/ | 
| D | syscache.c | 9 SYSCALL_DEFINE3(cacheflush,  in SYSCALL_DEFINE3()  argument
  | 
| /arch/arm/mm/ | 
| D | proc-arm925.S | 490 .macro arm925_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req, cache
  | 
| D | proc-xscale.S | 598 .macro xscale_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req, cache
  | 
| /arch/sh/mm/ | 
| D | cache-debugfs.c | 28 	struct cache_info *cache;  in cache_debugfs_show()  local
  | 
| /arch/powerpc/perf/ | 
| D | isa207-common.c | 208 	unsigned int cache;  in dc_ic_rld_quad_l1_sel()  local 405 	unsigned int unit, pmc, cache, ebb;  in isa207_get_constraint()  local 564 	unsigned long mmcra, mmcr1, mmcr2, unit, combine, psel, cache, val;  in isa207_compute_mmcr()  local
  | 
| /arch/mips/kernel/ | 
| D | cacheinfo.c | 8 #define populate_cache(cache, leaf, c_level, c_type)		\  argument
  | 
| D | pm-cps.c | 187 				  const struct cache_desc *cache,  in cps_gen_cache_routine()
  | 
| /arch/arm/include/asm/ | 
| D | procinfo.h | 39 	struct cpu_cache_fns	*cache;  member
  | 
| /arch/m68k/mm/ | 
| D | sun3kmap.c | 109 void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache)  in __ioremap()
  | 
| /arch/mips/mm/ | 
| D | cache.c | 89 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes,  in SYSCALL_DEFINE3()  argument
  | 
| /arch/mips/kvm/ | 
| D | mmu.c | 104 static pte_t *kvm_mips_walk_pgd(pgd_t *pgd, struct kvm_mmu_memory_cache *cache,  in kvm_mips_walk_pgd() 143 				   struct kvm_mmu_memory_cache *cache,  in kvm_mips_pte_for_gpa()
  | 
| /arch/riscv/kernel/ | 
| D | vector.c | 102 static int riscv_v_thread_zalloc(struct kmem_cache *cache,  in riscv_v_thread_zalloc()
  | 
| /arch/s390/kernel/ | 
| D | cache.c | 70 	struct cacheinfo *cache;  in show_cacheinfo()  local
  | 
| /arch/x86/mm/pat/ | 
| D | memtype.c | 184 	enum page_cache_mode cache;  in pat_get_cache_mode()  local 211 	enum page_cache_mode cache;  in init_cache_modes()  local
  | 
| D | set_memory.c | 371 	unsigned long cache = (unsigned long)arg;  in __cpa_flush_all()  local 383 static void cpa_flush_all(unsigned long cache)  in cpa_flush_all() 399 static void cpa_flush(struct cpa_data *data, int cache)  in cpa_flush() 1842 	int ret, cache;  in change_page_attr_set_clr()  local
  | 
| /arch/mips/include/asm/fw/arc/ | 
| D | hinv.h | 111 	} cache;  member
  | 
| /arch/x86/mm/ | 
| D | init.c | 1049 void update_cache_mode_entry(unsigned entry, enum page_cache_mode cache)  in update_cache_mode_entry()
  | 
| /arch/loongarch/kvm/ | 
| D | mmu.c | 150 				struct kvm_mmu_memory_cache *cache,  in kvm_populate_gpa()
  | 
| /arch/parisc/kernel/ | 
| D | cache.c | 935 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes,  in SYSCALL_DEFINE3()  argument
  | 
| /arch/powerpc/platforms/ps3/ | 
| D | spu.c | 113 	struct priv1_cache cache;  member
  | 
| /arch/arm64/kvm/ | 
| D | mmu.c | 115 	struct kvm_mmu_memory_cache *cache;  in need_split_memcache_topup_or_resched()  local 130 	struct kvm_mmu_memory_cache *cache;  in kvm_mmu_split_huge_pages()  local 1250 	struct kvm_mmu_memory_cache cache = { .gfp_zero = __GFP_ZERO };  in kvm_phys_addr_ioremap()  local
  | 
| /arch/loongarch/include/asm/ | 
| D | kvm_host.h | 231 		struct gfn_to_hva_cache cache;  member
  |