Searched refs:CacheUnit (Results 1 - 6 of 6) sorted by relevance

/gem5/ext/mcpat/
H A Dcacheunit.h143 class CacheUnit : public McPATComponent { class in inherits:McPATComponent
161 CacheUnit(XMLNode* _xml_data, InputParameter* _interface_ip);
164 ~CacheUnit() {};
H A Dcore.h106 CacheUnit* icache;
188 CacheUnit* dcache;
320 CacheUnit* l2cache;
H A Dcacheunit.cc51 bool CacheUnit::is_cache = true;
52 bool CacheUnit::pure_cam = false;
53 bool CacheUnit::opt_local = true;
54 bool CacheUnit::force_cache_config = false;
56 CacheUnit::CacheUnit(XMLNode* _xml_data, InputParameter* _interface_ip) function in class:CacheUnit
451 void CacheUnit::computeEnergy() {
455 void CacheUnit::set_cache_param_from_xml_data() {
463 // setting the clockrate param in the XML definition of the CacheUnit
H A Dsystem.cc74 } STRCMP(type, "CacheUnit") {
75 children.push_back(new CacheUnit(childXML, &interface_ip));
H A Dbasic_components.cc121 STRCMP(type, "CacheUnit")
122 children.push_back(new CacheUnit(childXML, &interface_ip));
H A Dcore.cc76 STRCMP(type, "CacheUnit") {
80 icache = new CacheUnit(childXML, &interface_ip);
820 STRCMP(type, "CacheUnit") {
824 dcache = new CacheUnit(childXML, &interface_ip);
2090 STRCMP(type, "CacheUnit") {
2096 l2cache = new CacheUnit(childXML, &interface_ip);

Completed in 25 milliseconds