Searched refs:getPort (Results 51 - 75 of 106) sorted by relevance

12345

/gem5/src/cpu/testers/memtest/
H A Dmemtest.cc126 MemTest::getPort(const std::string &if_name, PortID idx) function in class:MemTest
131 return ClockedObject::getPort(if_name, idx);
/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.cc113 GarnetSyntheticTraffic::getPort(const std::string &if_name, PortID idx) function in class:GarnetSyntheticTraffic
118 return ClockedObject::getPort(if_name, idx);
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.cc132 RubyTester::getPort(const std::string &if_name, PortID idx) function in class:RubyTester
137 return ClockedObject::getPort(if_name, idx);
141 panic("RubyTester::getPort: unknown inst port %d\n",
150 panic("RubyTester::getPort: unknown inst+data port %d\n",
165 panic("RubyTester::getPort: unknown data port %d\n",
/gem5/src/mem/
H A Dbridge.cc89 Bridge::getPort(const std::string &if_name, PortID idx) function in class:Bridge
97 return ClockedObject::getPort(if_name, idx);
H A Ddramsim2.cc340 DRAMSim2::getPort(const std::string &if_name, PortID idx)
343 return AbstractMemory::getPort(if_name, idx);
H A Dmem_checker_monitor.cc77 MemCheckerMonitor::getPort(const std::string &if_name, PortID idx) function in class:MemCheckerMonitor
84 return SimObject::getPort(if_name, idx);
H A Dserial_link.cc97 SerialLink::getPort(const std::string &if_name, PortID idx) function in class:SerialLink
105 return ClockedObject::getPort(if_name, idx);
H A Dcomm_monitor.hh87 Port &getPort(const std::string &if_name,
H A Dxbar.cc80 BaseXBar::getPort(const std::string &if_name, PortID idx) function in class:BaseXBar
91 return ClockedObject::getPort(if_name, idx);
H A Dcomm_monitor.cc87 CommMonitor::getPort(const std::string &if_name, PortID idx) function in class:CommMonitor
94 return SimObject::getPort(if_name, idx);
/gem5/src/mem/qos/
H A Dmem_sink.cc110 MemSinkCtrl::getPort(const std::string &interface, PortID idx) function in class:QoS::MemSinkCtrl
113 return MemCtrl::getPort(interface, idx);
/gem5/src/dev/arm/
H A Dsmmu_v3_slaveifc.cc93 SMMUv3SlaveInterface::getPort(const std::string &name, PortID id) function in class:SMMUv3SlaveInterface
102 return ClockedObject::getPort(name, id);
/gem5/src/dev/x86/
H A Di82094aa.cc78 X86ISA::I82094AA::getPort(const std::string &if_name, PortID idx) function in class:X86ISA::I82094AA
85 return BasicPioDevice::getPort(if_name, idx);
/gem5/src/dev/pci/
H A Dcopy_engine.cc117 CopyEngine::getPort(const std::string &if_name, PortID idx) function in class:CopyEngine
121 return PciDevice::getPort(if_name, idx);
124 panic("CopyEngine::getPort: unknown index %d\n", idx);
127 return chan[idx]->getPort();
133 CopyEngine::CopyEngineChannel::getPort() function in class:CopyEngine::CopyEngineChannel
/gem5/src/arch/x86/
H A Dpagetable_walker.hh166 Port &getPort(const std::string &if_name,
/gem5/src/mem/ruby/slicc_interface/
H A DAbstractController.hh136 Port &getPort(const std::string &if_name,
/gem5/src/cpu/testers/traffic_gen/
H A Dbase.hh248 Port &getPort(const std::string &if_name,
H A Dbase.cc94 BaseTrafficGen::getPort(const string &if_name, PortID idx) function in class:BaseTrafficGen
99 return ClockedObject::getPort(if_name, idx);
/gem5/src/mem/ruby/network/
H A DMessageBuffer.hh126 getPort(const std::string &, PortID idx=InvalidPortID) override
/gem5/src/dev/net/
H A Dethertap.cc163 EtherTapBase::getPort(const std::string &if_name, PortID idx) function in class:EtherTapBase
167 return SimObject::getPort(if_name, idx);
H A Detherswitch.cc66 EtherSwitch::getPort(const std::string &if_name, PortID idx) function in class:EtherSwitch
73 return SimObject::getPort(if_name, idx);
/gem5/src/gpu-compute/
H A Ddispatcher.cc255 GpuDispatcher::getPort(const std::string &if_name, PortID idx) function in class:GpuDispatcher
261 return DmaDevice::getPort(if_name, idx);
/gem5/src/learning_gem5/part2/
H A Dsimple_cache.cc55 SimpleCache::getPort(const std::string &if_name, PortID idx) function in class:SimpleCache
67 return ClockedObject::getPort(if_name, idx);
/gem5/src/dev/
H A Ddma_device.cc282 DmaDevice::getPort(const std::string &if_name, PortID idx) function in class:DmaDevice
287 return PioDevice::getPort(if_name, idx);
/gem5/src/mem/ruby/system/
H A DRubyPort.cc91 RubyPort::getPort(const std::string &if_name, PortID idx) function in class:RubyPort
105 panic("RubyPort::getPort master: unknown index %d\n", idx);
113 panic("RubyPort::getPort slave: unknown index %d\n", idx);
120 return ClockedObject::getPort(if_name, idx);

Completed in 43 milliseconds

12345