Searched refs:PortID (Results 101 - 121 of 121) sorted by relevance

12345

/gem5/src/cpu/testers/traffic_gen/
H A Dbase.cc94 BaseTrafficGen::getPort(const string &if_name, PortID idx)
/gem5/src/learning_gem5/part2/
H A Dsimple_cache.cc55 SimpleCache::getPort(const std::string &if_name, PortID idx)
/gem5/src/gpu-compute/
H A Dgpu_tlb.cc135 GpuTLB::getPort(const std::string &if_name, PortID idx)
138 if (idx >= static_cast<PortID>(cpuSidePort.size())) {
144 if (idx >= static_cast<PortID>(memSidePort.size())) {
/gem5/src/dev/
H A Ddma_device.cc282 DmaDevice::getPort(const std::string &if_name, PortID idx)
/gem5/src/mem/
H A Ddram_ctrl.hh1183 PortID idx=InvalidPortID) override;
H A Dcomm_monitor.cc87 CommMonitor::getPort(const std::string &if_name, PortID idx)
H A Ddram_ctrl.cc2851 DRAMCtrl::getPort(const string &if_name, PortID idx)
/gem5/src/sim/
H A Dsystem.cc225 System::getPort(const std::string &if_name, PortID idx)
/gem5/src/dev/arm/
H A Dgic_v3_its.hh101 Port & getPort(const std::string &if_name, PortID idx) override;
H A Dsmmu_v3.cc818 SMMUv3::getPort(const std::string &name, PortID id)
H A Dgic_v3_its.cc1108 Gicv3Its::getPort(const std::string &if_name, PortID idx)
/gem5/src/dev/pci/
H A Dcopy_engine.cc117 CopyEngine::getPort(const std::string &if_name, PortID idx)
/gem5/src/arch/x86/
H A Dpagetable_walker.cc171 Walker::getPort(const std::string &if_name, PortID idx)
/gem5/src/arch/arm/
H A Dtable_walker.hh902 PortID idx=InvalidPortID) override;
H A Dtable_walker.cc118 TableWalker::getPort(const std::string &if_name, PortID idx)
/gem5/src/cpu/
H A Dbase.cc455 BaseCPU::getPort(const string &if_name, PortID idx)
/gem5/src/mem/cache/
H A Dbase.hh1057 PortID idx=InvalidPortID) override;
H A Dbase.cc190 BaseCache::getPort(const std::string &if_name, PortID idx)
/gem5/src/dev/net/
H A Dsinic.cc146 Device::getPort(const std::string &if_name, PortID idx)
H A Dns_gige.cc177 NSGigE::getPort(const std::string &if_name, PortID idx)
H A Di8254xGBe.cc143 IGbE::getPort(const std::string &if_name, PortID idx)

Completed in 52 milliseconds

12345