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

/gem5/ext/mcpat/
H A Diocontrollers.h53 class PCIeController : public McPATComponent { class in inherits:McPATComponent
58 PCIeController(XMLNode* _xml_data, InputParameter* interface_ip_);
62 ~PCIeController(){};
H A Diocontrollers.cc238 PCIeController::PCIeController(XMLNode* _xml_data, function in class:PCIeController
245 void PCIeController::computeArea() {
278 void PCIeController::computeEnergy() {
358 void PCIeController::set_pcie_param() {
H A Dsystem.cc86 } STRCMP(type, "PCIeController") {
87 children.push_back(new PCIeController(childXML, &interface_ip));

Completed in 5 milliseconds