Searched refs:is_cache (Results 1 - 10 of 10) sorted by relevance

/gem5/ext/mcpat/
H A Dcacheunit.h145 static bool is_cache; member in class:CacheUnit
H A Dcacheunit.cc51 bool CacheUnit::is_cache = true; member in class:CacheUnit
113 interface_ip.is_cache = is_cache;
246 interface_ip.is_cache = is_cache;
303 interface_ip.is_cache = is_cache;
358 interface_ip.is_cache = is_cache;
413 interface_ip.is_cache
[all...]
H A Darray.cc248 if (!(l_ip.pure_cam || l_ip.pure_ram || l_ip.fully_assoc) && l_ip.is_cache) {
299 if (!(l_ip.pure_cam || l_ip.pure_ram || l_ip.fully_assoc) && l_ip.is_cache)
H A Dcachearray.cc239 if (!(l_ip.pure_cam || l_ip.pure_ram || l_ip.fully_assoc) && l_ip.is_cache) {
266 if (l_ip.assoc && l_ip.is_cache) {
H A Dcore.cc115 interface_ip.is_cache = false;
164 interface_ip.is_cache = true;
305 interface_ip.is_cache = true;
310 interface_ip.is_cache = false;
441 interface_ip.is_cache = false;
555 interface_ip.is_cache = true;
648 interface_ip.is_cache = true;
700 interface_ip.is_cache = true;
759 interface_ip.is_cache = false;
857 interface_ip.is_cache
[all...]
H A Dmemoryctrl.cc355 interface_ip.is_cache = true;
409 interface_ip.is_cache = false;
450 interface_ip.is_cache = false;
H A Dsystem.cc326 interface_ip.is_cache = true;
/gem5/ext/mcpat/cacti/
H A Dio.cc148 is_cache = true;
150 is_cache = false;
509 if (is_cache) {
823 g_ip->is_cache = (cache != 0) ? true : false;
960 g_ip->is_cache = (cache == 1) ? true : false;
1146 if (is_cache && assoc == 0)
1158 if (assoc == 0 && (pure_cam == false && is_cache == false)) {
H A Dcacti_interface.h149 bool is_cache; member in class:InputParameter
H A Dparameter.cc517 if ((g_ip->is_cache == false && is_main_mem == true) ||
525 // if (is_tag == false && g_ip->is_cache == true && !fully_assoc && !pure_cam && //TODO: TODO burst transfer should also apply to RAM arrays

Completed in 27 milliseconds