Searched refs:XMLNode (Results 1 - 25 of 29) sorted by relevance

12

/gem5/ext/mcpat/
H A Dcachecontroller.cc36 CacheController::CacheController(XMLNode* _xml_data,
H A Dcachecontroller.h41 CacheController(XMLNode* _xml_data, InputParameter* _interface_ip);
H A DxmlParser.h107 * "tweaks" that improve substancially the display of the content of the XMLNode objects
109 * the "smooth" display of the XMLNode objects, you cannot live without it anymore!
126 // 'XMLNode::openFileHelper' : cannot convert parameter 2 from 'const char [5]' to 'const wchar_t *'
254 * \note The constructors of the XMLNode class are protected, so use instead one of these four methods to get your first instance of XMLNode:
256 * <li> XMLNode::parseString </li>
257 * <li> XMLNode::parseFile </li>
258 * <li> XMLNode::openFileHelper </li>
259 * <li> XMLNode::createXMLTopNode (or XMLNode
261 typedef struct XMLDLLENTRY XMLNode { struct
388 XMLNode(): d(NULL){}; function in struct:XMLNode
631 } XMLNode; typedef in typeref:struct:XMLNode
[all...]
H A DxmlParser.cc105 XMLCSTR XMLNode::getVersion() {
112 static XMLNode::XMLCharEncoding characterEncoding=XMLNode::char_encoding_UTF8;
156 // When rendering the XMLNode to a string (using the "createXMLString" function),
163 XMLCSTR XMLNode::getError(XMLError xerror) {
268 wchar_t *myMultiByteToWideChar(const char *s, XMLNode::XMLCharEncoding ce) {
270 if (ce == XMLNode::char_encoding_UTF8) {
279 if (ce == XMLNode::char_encoding_UTF8) {
311 if (characterEncoding == XMLNode::char_encoding_UTF8) codePage = CP_UTF8;
384 wchar_t *myMultiByteToWideChar(const char *s, XMLNode
1244 XMLNode::XMLNode(struct XMLNodeDataTag *p) { function in class:XMLNode
1248 XMLNode::XMLNode(XMLNodeData *pParent, XMLSTR lpszName, char isDeclaration) { function in class:XMLNode
2444 XMLNode::XMLNode(const XMLNode &A) { function in class:XMLNode
[all...]
H A Diocontrollers.h46 NIUController(XMLNode* _xml_data, InputParameter* interface_ip_);
58 PCIeController(XMLNode* _xml_data, InputParameter* interface_ip_);
70 FlashController(XMLNode* _xml_data, InputParameter* interface_ip_);
H A Dmemoryctrl.h49 MCBackend(XMLNode* _xml_data, InputParameter* interface_ip_,
64 MCPHY(XMLNode* _xml_data, InputParameter* interface_ip_,
82 MCFrontEnd(XMLNode* _xml_data,
94 MemoryController(XMLNode* _xml_data, InputParameter* interface_ip_);
H A Dsystem.h62 System(XMLNode* _xml_data);
H A Dmain.cc81 XMLNode xml_data = XMLNode::openFileHelper(xml_file, "component");
84 XMLNode system_xml = xml_data.getChildNode("component");
H A Dlogic.h63 selection_logic(XMLNode* _xml_data, bool _is_default, int _win_entries,
85 dep_resource_conflict_check(XMLNode* _xml_data, const string _name,
117 InstructionDecoder(XMLNode* _xml_data, const string _name, bool _is_default,
170 Pipeline(XMLNode* _xml_data, const InputParameter *configure_interface,
204 FunctionalUnit(XMLNode* _xml_data, InputParameter* interface_ip_,
229 UndiffCore(XMLNode* _xml_data, InputParameter* interface_ip_,
H A Dcore.h77 BranchPredictor(XMLNode* _xml_data, InputParameter* interface_ip_,
123 InstFetchU(XMLNode* _xml_data, InputParameter* interface_ip_,
151 SchedulerU(XMLNode* _xml_data, InputParameter* interface_ip_,
177 RENAMINGU(XMLNode* _xml_data, InputParameter* interface_ip_,
200 LoadStoreU(XMLNode* _xml_data, InputParameter* interface_ip_,
248 MemManU(XMLNode* _xml_data, InputParameter* interface_ip_,
272 RegFU(XMLNode* _xml_data,
302 EXECU(XMLNode* _xml_data, InputParameter* interface_ip_,
330 Core(XMLNode* _xml_data, int _ithCore, InputParameter* interface_ip_);
H A Darray.h73 ArrayST(XMLNode* _xml_data, const InputParameter *configure_interface,
H A Dbus_interconnect.h87 BusInterconnect(XMLNode* _xml_data, InputParameter* interface_ip_);
H A Dnoc.h92 OnChipNetwork(XMLNode* _xml_data, int ithNoC_,
H A Diocontrollers.cc71 NIUController::NIUController(XMLNode* _xml_data,InputParameter* interface_ip_)
201 XMLNode* paramNode = xml_data->getChildNodePtr("param", &i);
222 XMLNode* statNode = xml_data->getChildNodePtr("stat", &i);
238 PCIeController::PCIeController(XMLNode* _xml_data,
362 XMLNode* paramNode = xml_data->getChildNodePtr("param", &i);
385 XMLNode* statNode = xml_data->getChildNodePtr("stat", &i);
401 FlashController::FlashController(XMLNode* _xml_data,
508 XMLNode* paramNode = xml_data->getChildNodePtr("param", &i);
526 XMLNode* statNode = xml_data->getChildNodePtr("stat", &i);
H A Dbus_interconnect.cc47 BusInterconnect::BusInterconnect(XMLNode* _xml_data,
99 XMLNode* paramNode = xml_data->getChildNodePtr("param", &i);
142 XMLNode* statNode = xml_data->getChildNodePtr("stat", &i);
H A Dcachearray.h79 CacheArray(XMLNode* _xml_data, const InputParameter *configure_interface,
H A Dcacheunit.h161 CacheUnit(XMLNode* _xml_data, InputParameter* _interface_ip);
H A Dinterconnect.h94 Interconnect(XMLNode* _xml_data, string name_,
H A Dsystem.cc51 System::System(XMLNode* _xml_data)
64 XMLNode* childXML = xml_data->getChildNodePtr("component", &i);
199 XMLNode* paramNode = xml_data->getChildNodePtr("param", &i);
259 XMLNode* statNode = xml_data->getChildNodePtr("stat", &i);
H A Dbasic_components.h218 XMLNode* xml_data;
237 McPATComponent(XMLNode* _xml_data);
238 McPATComponent(XMLNode* _xml_data, InputParameter* _interface_ip);
H A Dnoc.cc46 OnChipNetwork::OnChipNetwork(XMLNode* _xml_data, int ithNoC_,
184 XMLNode* paramNode = xml_data->getChildNodePtr("param", &i);
231 XMLNode* statNode = xml_data->getChildNodePtr("stat", &i);
H A Dmemoryctrl.cc74 MCBackend::MCBackend(XMLNode* _xml_data, InputParameter* interface_ip_,
203 MCPHY::MCPHY(XMLNode* _xml_data, InputParameter* interface_ip_,
319 MCFrontEnd::MCFrontEnd(XMLNode* _xml_data, InputParameter* interface_ip_,
481 MemoryController::MemoryController(XMLNode* _xml_data,
507 XMLNode* paramNode = xml_data->getChildNodePtr("param", &i);
566 XMLNode* statNode = xml_data->getChildNodePtr("stat", &i);
H A Dbasic_components.cc92 McPATComponent::McPATComponent(XMLNode* _xml_data)
96 McPATComponent::McPATComponent(XMLNode* _xml_data,
113 XMLNode* childXML = xml_data->getChildNodePtr("component", &i);
H A Dcore.cc53 InstFetchU::InstFetchU(XMLNode* _xml_data, InputParameter* interface_ip_,
70 XMLNode* childXML = xml_data->getChildNodePtr("component", &i);
213 XMLNode* child = xml_data->getChildNodePtr("component", &i);
223 XMLNode* paramNode = child->getChildNodePtr("param", &j);
245 XMLNode* statNode = child->getChildNodePtr("stat", &j);
281 BranchPredictor::BranchPredictor(XMLNode* _xml_data,
458 XMLNode* child = xml_data->getChildNodePtr("component", &i);
468 XMLNode* paramNode = child->getChildNodePtr("param", &j);
503 SchedulerU::SchedulerU(XMLNode* _xml_data, InputParameter* interface_ip_,
795 LoadStoreU::LoadStoreU(XMLNode* _xml_dat
[all...]
H A Dlogic.cc37 selection_logic::selection_logic(XMLNode* _xml_data, bool _is_default,
142 XMLNode* _xml_data, const string _name,
320 Pipeline::Pipeline(XMLNode* _xml_data,
500 FunctionalUnit::FunctionalUnit(XMLNode* _xml_data,
715 UndiffCore::UndiffCore(XMLNode* _xml_data, InputParameter* interface_ip_,
787 InstructionDecoder::InstructionDecoder(XMLNode* _xml_data, const string _name,

Completed in 49 milliseconds

12