/arch/powerpc/kernel/ |
D | cacheinfo.c | 44 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 …]
|
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 | 1393 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() 535 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 | 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/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 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/ |
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 | 111 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 | 72 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() 144 struct kvm_mmu_memory_cache *cache, in kvm_mips_pte_for_gpa()
|
D | vz.c | 1079 u32 cache, op_inst, op, base; in kvm_vz_gpsi_cache() local
|
/arch/s390/kernel/ |
D | cache.c | 71 struct cacheinfo *cache; in show_cacheinfo() local
|
/arch/x86/mm/pat/ |
D | memtype.c | 195 enum page_cache_mode cache; in pat_get_cache_mode() local 222 enum page_cache_mode cache; in __init_cache_modes() local
|
D | set_memory.c | 332 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/ |
D | hinv.h | 111 } cache; member
|
/arch/x86/mm/ |
D | init.c | 1090 void update_cache_mode_entry(unsigned entry, enum page_cache_mode cache) in update_cache_mode_entry()
|
/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
|