Lines Matching refs:cci
121 pal_cache_config_info_t cci;
184 return sprintf(buf, "%u\n", 1 << this_leaf->cci.pcci_line_size);
190 return sprintf(buf, "%u\n", this_leaf->cci.pcci_assoc);
197 cache_mattrib[this_leaf->cci.pcci_cache_attr]);
202 return sprintf(buf, "%uK\n", this_leaf->cci.pcci_cache_size / 1024);
207 unsigned number_of_sets = this_leaf->cci.pcci_cache_size;
208 number_of_sets /= this_leaf->cci.pcci_assoc;
209 number_of_sets /= 1 << this_leaf->cci.pcci_line_size;
226 int type = this_leaf->type + this_leaf->cci.pcci_unified;
307 pal_cache_config_info_t cci;
325 if ((status=ia64_pal_cache_config_info(i,j, &cci)) !=
329 this_cache[num_cache_leaves].cci = cci;