/arch/powerpc/kernel/ |
D | cacheinfo.c | 42 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 …]
|
D | eeh_cache.c | 98 static void eeh_addr_cache_print(struct pci_io_addr_cache *cache) in eeh_addr_cache_print()
|
D | smp.c | 1153 struct device_node *cache; in cpu_to_l2cache() local
|
/arch/nds32/include/asm/ |
D | nds32.h | 35 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/ |
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() 525 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/powerpc/include/asm/ |
D | fsl_pamu_stash.h | 24 u32 cache; /* cache to stash to: L1,L2,L3 */ member
|
/arch/arm/mm/ |
D | proc-arm925.S | 482 .macro arm925_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req, cache
|
D | proc-xscale.S | 615 .macro xscale_proc_info name:req, cpu_val:req, cpu_mask:req, cpu_name:req, cache
|
/arch/powerpc/perf/ |
D | isa207-common.c | 149 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/ |
D | cache-debugfs.c | 28 struct cache_info *cache; in cache_seq_show() local
|
/arch/mips/kernel/ |
D | cacheinfo.c | 8 #define populate_cache(cache, leaf, c_level, c_type) \ argument
|
D | pm-cps.c | 194 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 | 112 void __iomem *__ioremap(unsigned long phys, unsigned long size, int cache) in __ioremap()
|
/arch/nds32/kernel/ |
D | sys_nds32.c | 29 SYSCALL_DEFINE3(cacheflush, unsigned int, start, unsigned int, end, int, cache) in SYSCALL_DEFINE3() argument
|
/arch/mips/mm/ |
D | cache.c | 71 SYSCALL_DEFINE3(cacheflush, unsigned long, addr, unsigned long, bytes, in SYSCALL_DEFINE3() argument
|
/arch/s390/kernel/ |
D | cache.c | 71 struct cacheinfo *cache; in show_cacheinfo() local
|
/arch/mips/kvm/ |
D | mmu.c | 28 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/ |
D | pat.c | 170 enum page_cache_mode cache; in pat_get_cache_mode() local 197 enum page_cache_mode cache; in __init_cache_modes() local
|
D | pageattr.c | 316 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
|
D | init.c | 989 void update_cache_mode_entry(unsigned entry, enum page_cache_mode cache) in update_cache_mode_entry()
|
/arch/mips/include/asm/fw/arc/ |
D | hinv.h | 111 } cache; member
|
/arch/powerpc/platforms/ps3/ |
D | spu.c | 113 struct priv1_cache cache; member
|
/arch/ia64/kernel/ |
D | unwind.c | 117 struct unw_script cache[UNW_CACHE_SIZE]; member 129 } cache; member
|