Searched refs:cache_info (Results 1 - 14 of 14) sorted by relevance
/arch/parisc/kernel/ |
H A D | cache.c | 48 struct pdc_cache_info cache_info __read_mostly; 94 cache_info.ic_size/1024 ); 95 if (cache_info.dc_loop != 1) 96 snprintf(buf, 32, "%lu-way associative", cache_info.dc_loop); 98 cache_info.dc_size/1024, 99 (cache_info.dc_conf.cc_wt ? "WT":"WB"), 100 (cache_info.dc_conf.cc_sh ? ", shared I/D":""), 101 ((cache_info.dc_loop == 1) ? "direct mapped" : buf)); 103 cache_info.it_size, 104 cache_info [all...] |
H A D | pacache.S | 76 1: load32 PA(cache_info), %r1 195 .import cache_info,data 203 load32 cache_info, %r1 237 .import cache_info, data 244 load32 cache_info, %r1
|
H A D | firmware.c | 43 * int pdc_cache_info(struct pdc_cache_info *cache_info ) 48 * retval = mem_pdc_call(PDC_CACHE,PDC_CACHE_INFO,__pa(cache_info),0); 50 * memcpy(cache_info, pdc_result, sizeof(*cache_info)); 541 * @cache_info: The return buffer. 545 int pdc_cache_info(struct pdc_cache_info *cache_info) argument 553 memcpy(cache_info, pdc_result, sizeof(*cache_info));
|
/arch/sh/include/asm/ |
H A D | cache.h | 20 struct cache_info { struct
|
H A D | processor.h | 80 struct cache_info icache; /* Primary I-cache */ 81 struct cache_info dcache; /* Primary D-cache */ 82 struct cache_info scache; /* Secondary cache */
|
/arch/avr32/include/asm/ |
H A D | cache.h | 17 struct cache_info { struct
|
H A D | processor.h | 67 struct cache_info icache; 68 struct cache_info dcache;
|
/arch/ia64/kernel/ |
H A D | topology.c | 124 struct cache_info { struct 133 struct cache_info *cache_leaves; 143 struct cache_info * this_leaf) 178 struct cache_info * this_leaf) 185 static ssize_t show_coherency_line_size(struct cache_info *this_leaf, 191 static ssize_t show_ways_of_associativity(struct cache_info *this_leaf, 197 static ssize_t show_attributes(struct cache_info *this_leaf, char *buf) 204 static ssize_t show_size(struct cache_info *this_leaf, char *buf) 209 static ssize_t show_number_of_sets(struct cache_info *this_leaf, char *buf) 218 static ssize_t show_shared_cpu_map(struct cache_info *this_lea [all...] |
H A D | palinfo.c | 218 cache_info(char *page) function 840 { "cache_info", cache_info, },
|
/arch/parisc/include/asm/ |
H A D | cache.h | 45 extern struct pdc_cache_info cache_info;
|
/arch/sh/mm/ |
H A D | cache-debugfs.c | 28 struct cache_info *cache;
|
H A D | cache-sh4.c | 321 struct cache_info *dcache;
|
H A D | cache.c | 244 static void compute_alias(struct cache_info *c)
|
/arch/sh/kernel/cpu/ |
H A D | proc.c | 63 struct cache_info info)
|
Completed in 1126 milliseconds