Searched refs:childXML (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/mcpat/
H A Dsystem.cc64 XMLNode* childXML = xml_data->getChildNodePtr("component", &i); local
65 XMLCSTR type = childXML->getAttribute("type");
68 warnMissingComponentType(childXML->getAttribute("id"));
72 children.push_back(new Core(childXML, currCore, &interface_ip));
75 children.push_back(new CacheUnit(childXML, &interface_ip));
79 children.push_back(new CacheController(childXML, &interface_ip));
81 children.push_back(new MemoryController(childXML, &interface_ip));
83 children.push_back(new FlashController(childXML, &interface_ip));
85 children.push_back(new NIUController(childXML, &interface_ip));
87 children.push_back(new PCIeController(childXML,
[all...]
H A Dbasic_components.cc113 XMLNode* childXML = xml_data->getChildNodePtr("component", &i); local
114 XMLCSTR type = childXML->getAttribute("type");
117 warnMissingComponentType(childXML->getAttribute("id"));
122 children.push_back(new CacheUnit(childXML, &interface_ip));
H A Dcore.cc70 XMLNode* childXML = xml_data->getChildNodePtr("component", &i); local
71 XMLCSTR type = childXML->getAttribute("type");
74 warnMissingComponentType(childXML->getAttribute("id"));
77 XMLCSTR name = childXML->getAttribute("name");
80 icache = new CacheUnit(childXML, &interface_ip);
814 XMLNode* childXML = xml_data->getChildNodePtr("component", &i); local
815 XMLCSTR type = childXML->getAttribute("type");
818 warnMissingComponentType(childXML->getAttribute("id"));
821 XMLCSTR name = childXML->getAttribute("name");
824 dcache = new CacheUnit(childXML,
2083 XMLNode* childXML; local
[all...]

Completed in 16 milliseconds