Lines Matching defs:cache
52 /* Parses "cache.cfg" file */
144 if (!strncmp("-cache type", line, strlen("-cache type"))) {
145 sscanf(line, "-cache type%[^\"]\"%[^\"]\"", jk, temp_var);
147 if (!strncmp("cache", temp_var, sizeof("cache"))) {
183 * later based on the cache size, bank count, and associativity
323 if (!strncmp("-Cache model", line, strlen("-cache model"))) {
454 if (!strncmp("-Force cache config", line, strlen("-Force cache config"))) {
455 sscanf(line, "-Force cache %[^\"]\"%[^\"]\"", jk, temp_var);
553 cout << "Force cache config : " << g_ip->force_cache_config << endl;
688 int cache, //scratch ram or cache
823 g_ip->is_cache = (cache != 0) ? true : false;
876 int cache, //para15
960 g_ip->is_cache = (cache == 1) ? true : false;
961 g_ip->pure_ram = (cache == 0) ? true : false;
962 g_ip->pure_cam = (cache == 2) ? true : false;
1160 << ": Only CAM or Fully associative cache can have associativity "
1169 << ": CAM and fully associative cache must have same device type "
1182 cerr << name << ": DRAM based CAM and fully associative cache are not "
1190 << ": CAM and fully associative cache cannot be as main memory"
1234 cerr << " Need to either increase cache size, or decrease "
1236 cerr << " (or use fully associative cache)" << endl;
1472 cout << " Total cache size (bytes): " <<
1915 cout << " Fully associative cache array: Area (mm2): " << fr->data_array2->area * 1e-6 << endl;