/linux-6.1.9/arch/parisc/kernel/ |
D | cache.c | 57 struct pdc_cache_info cache_info __ro_after_init; 122 cache_info.ic_size/1024 ); in show_cache_info() 123 if (cache_info.dc_loop != 1) in show_cache_info() 124 snprintf(buf, 32, "%lu-way associative", cache_info.dc_loop); in show_cache_info() 126 cache_info.dc_size/1024, in show_cache_info() 127 (cache_info.dc_conf.cc_wt ? "WT":"WB"), in show_cache_info() 128 (cache_info.dc_conf.cc_sh ? ", shared I/D":""), in show_cache_info() 129 ((cache_info.dc_loop == 1) ? "direct mapped" : buf), in show_cache_info() 130 cache_info.dc_conf.cc_alias in show_cache_info() 133 cache_info.it_size, in show_cache_info() [all …]
|
D | alternative.c | 33 ((cache_info.dc_size == 0) ? ALT_COND_NO_DCACHE : 0) | in apply_alternatives() 34 ((cache_info.ic_size == 0) ? ALT_COND_NO_ICACHE : 0) | in apply_alternatives() 112 if (cache_info.dc_size == 0 && cache_info.ic_size == 0) { in apply_alternatives_all() 116 if (cache_info.dc_size == 0) in apply_alternatives_all() 118 if (cache_info.ic_size == 0) in apply_alternatives_all()
|
D | pacache.S | 62 1: load32 PA(cache_info), %r1 188 .import cache_info,data 191 88: load32 cache_info, %r1 250 .import cache_info, data 252 88: load32 cache_info, %r1
|
D | firmware.c | 652 int pdc_cache_info(struct pdc_cache_info *cache_info) in pdc_cache_info() argument 660 memcpy(cache_info, pdc_result, sizeof(*cache_info)); in pdc_cache_info()
|
D | drivers.c | 949 p = (unsigned long *) &cache_info; in qemu_header() 950 for (num = 0; num < sizeof(cache_info); num += sizeof(unsigned long)) { in qemu_header()
|
/linux-6.1.9/arch/ia64/kernel/ |
D | topology.c | 109 struct cache_info { struct 118 struct cache_info *cache_leaves; argument 128 struct cache_info * this_leaf) in cache_shared_cpu_map_setup() 163 struct cache_info * this_leaf) in cache_shared_cpu_map_setup() 170 static ssize_t show_coherency_line_size(struct cache_info *this_leaf, in show_coherency_line_size() 176 static ssize_t show_ways_of_associativity(struct cache_info *this_leaf, in show_ways_of_associativity() 182 static ssize_t show_attributes(struct cache_info *this_leaf, char *buf) in show_attributes() 189 static ssize_t show_size(struct cache_info *this_leaf, char *buf) in show_size() 194 static ssize_t show_number_of_sets(struct cache_info *this_leaf, char *buf) in show_number_of_sets() 203 static ssize_t show_shared_cpu_map(struct cache_info *this_leaf, char *buf) in show_shared_cpu_map() [all …]
|
D | palinfo.c | 212 static int cache_info(struct seq_file *m) in cache_info() function 775 { "cache_info", cache_info, },
|
/linux-6.1.9/arch/sh/include/asm/ |
D | processor.h | 77 struct cache_info icache; /* Primary I-cache */ 78 struct cache_info dcache; /* Primary D-cache */ 79 struct cache_info scache; /* Secondary cache */
|
D | cache.h | 20 struct cache_info { struct
|
/linux-6.1.9/arch/s390/kernel/ |
D | cache.c | 40 struct cache_info { struct 48 struct cache_info ci[CACHE_MAX_LEVEL]; argument 88 static inline enum cache_type get_cache_type(struct cache_info *ci, int level) in get_cache_type()
|
/linux-6.1.9/arch/parisc/include/asm/ |
D | cache.h | 39 extern struct pdc_cache_info cache_info;
|
/linux-6.1.9/arch/sh/mm/ |
D | cache-debugfs.c | 28 struct cache_info *cache; in cache_debugfs_show()
|
D | cache-sh4.c | 317 struct cache_info *dcache; in __flush_cache_one()
|
D | cache.c | 247 static void compute_alias(struct cache_info *c) in compute_alias()
|
/linux-6.1.9/arch/sh/kernel/cpu/ |
D | proc.c | 66 struct cache_info info) in show_cacheinfo()
|
/linux-6.1.9/drivers/s390/block/ |
D | dasd_eckd.h | 257 unsigned char cache_info:1; member
|
/linux-6.1.9/drivers/gpu/drm/amd/amdkfd/ |
D | kfd_crat.c | 1507 struct kfd_gpu_cache_info cache_info[KFD_MAX_CACHE_TYPES]; in kfd_fill_gpu_cache_info() local 1628 pcache_info = cache_info; in kfd_fill_gpu_cache_info()
|
/linux-6.1.9/sound/pci/asihpi/ |
D | hpi_internal.h | 816 } cache_info; member
|