Searched refs:this_leaf (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/
H A Dtopology.c126 struct cache_info * this_leaf)
134 cpu_set(cpu, this_leaf->shared_cpu_map);
138 if (ia64_pal_cache_shared_info(this_leaf->level,
139 this_leaf->type,
150 cpu_set(j, this_leaf->shared_cpu_map);
154 ia64_pal_cache_shared_info(this_leaf->level,
155 this_leaf->type,
161 struct cache_info * this_leaf)
163 cpu_set(cpu, this_leaf->shared_cpu_map);
168 static ssize_t show_coherency_line_size(struct cache_info *this_leaf, argument
125 cache_shared_cpu_map_setup( unsigned int cpu, struct cache_info * this_leaf) argument
160 cache_shared_cpu_map_setup(unsigned int cpu, struct cache_info * this_leaf) argument
174 show_ways_of_associativity(struct cache_info *this_leaf, char *buf) argument
180 show_attributes(struct cache_info *this_leaf, char *buf) argument
187 show_size(struct cache_info *this_leaf, char *buf) argument
192 show_number_of_sets(struct cache_info *this_leaf, char *buf) argument
201 show_shared_cpu_map(struct cache_info *this_leaf, char *buf) argument
212 show_type(struct cache_info *this_leaf, char *buf) argument
218 show_level(struct cache_info *this_leaf, char *buf) argument
263 struct cache_info *this_leaf = to_object(kobj); local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/
H A Dintel_cacheinfo.c218 static int __cpuinit cpuid4_cache_lookup(int index, struct _cpuid4_info *this_leaf) argument
232 this_leaf->eax = eax;
233 this_leaf->ebx = ebx;
234 this_leaf->ecx = ecx;
235 this_leaf->size = (ecx.split.number_of_sets + 1) *
282 struct _cpuid4_info this_leaf; local
286 retval = cpuid4_cache_lookup(i, &this_leaf);
288 switch(this_leaf.eax.split.level) {
290 if (this_leaf.eax.split.type ==
292 new_l1d = this_leaf
426 struct _cpuid4_info *this_leaf, *sibling_leaf; local
453 struct _cpuid4_info *this_leaf, *sibling_leaf; local
475 struct _cpuid4_info *this_leaf; local
543 show_size(struct _cpuid4_info *this_leaf, char *buf) argument
548 show_shared_cpu_map(struct _cpuid4_info *this_leaf, char *buf) argument
555 show_type(struct _cpuid4_info *this_leaf, char *buf) argument
609 struct _index_kobject *this_leaf = to_object(kobj); local
[all...]

Completed in 55 milliseconds