Lines Matching refs:cci
125 pal_cache_config_info_t cci; member
188 return sprintf(buf, "%u\n", 1 << this_leaf->cci.pcci_line_size); in show_coherency_line_size()
194 return sprintf(buf, "%u\n", this_leaf->cci.pcci_assoc); in show_ways_of_associativity()
201 cache_mattrib[this_leaf->cci.pcci_cache_attr]); in show_attributes()
206 return sprintf(buf, "%uK\n", this_leaf->cci.pcci_cache_size / 1024); in show_size()
211 unsigned number_of_sets = this_leaf->cci.pcci_cache_size; in show_number_of_sets()
212 number_of_sets /= this_leaf->cci.pcci_assoc; in show_number_of_sets()
213 number_of_sets /= 1 << this_leaf->cci.pcci_line_size; in show_number_of_sets()
230 int type = this_leaf->type + this_leaf->cci.pcci_unified; in show_type()
311 pal_cache_config_info_t cci; in cpu_cache_sysfs_init() local
329 if ((status=ia64_pal_cache_config_info(i,j, &cci)) != in cpu_cache_sysfs_init()
333 this_cache[num_cache_leaves].cci = cci; in cpu_cache_sysfs_init()