Searched refs:getPort (Results 26 - 50 of 106) sorted by relevance

12345

/gem5/src/dev/pci/
H A Dcopy_engine.hh98 Port &getPort();
196 Port &getPort(const std::string &if_name,
/gem5/src/mem/
H A Daddr_mapper.cc57 AddrMapper::getPort(const std::string &if_name, PortID idx) function in class:AddrMapper
64 return SimObject::getPort(if_name, idx);
H A Dexternal_slave.cc197 ExternalSlave::getPort(const std::string &if_name, PortID idx) function in class:ExternalSlave
219 return SimObject::getPort(if_name, idx);
H A Dmem_delay.cc64 MemDelay::getPort(const std::string &if_name, PortID idx) function in class:MemDelay
71 return ClockedObject::getPort(if_name, idx);
H A Dsimple_mem.cc245 SimpleMemory::getPort(const std::string &if_name, PortID idx) function in class:SimpleMemory
248 return AbstractMemory::getPort(if_name, idx);
H A Dbridge.hh320 Port &getPort(const std::string &if_name,
H A Dmem_delay.hh73 Port &getPort(const std::string &if_name,
H A Dserial_link.hh319 Port &getPort(const std::string &if_name,
H A Daddr_mapper.hh66 Port &getPort(const std::string &if_name,
H A Dmem_checker_monitor.hh73 Port &getPort(const std::string &if_name,
H A Dxbar.hh412 Port &getPort(const std::string &if_name,
/gem5/src/arch/x86/
H A Dinterrupts.hh222 Port &getPort(const std::string &if_name,
230 return PioDevice::getPort(if_name, idx);
/gem5/src/dev/net/
H A Dethertap.hh103 Port &getPort(const std::string &if_name,
H A Detherlink.hh154 Port &getPort(const std::string &if_name,
H A Ddist_etherlink.hh226 Port &getPort(const std::string &if_name,
H A Detherswitch.hh64 Port &getPort(const std::string &if_name,
H A Detherlink.cc92 EtherLink::getPort(const std::string &if_name, PortID idx) function in class:EtherLink
98 return SimObject::getPort(if_name, idx);
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.hh98 Port &getPort(const std::string &if_name,
/gem5/src/sim/
H A Dsim_object.cc126 SimObject::getPort(const std::string &if_name, PortID idx) function in class:SimObject
/gem5/src/learning_gem5/part2/
H A Dsimple_cache.hh318 Port &getPort(const std::string &if_name,
/gem5/src/gpu-compute/
H A Ddispatcher.hh143 Port &getPort(const std::string &if_name,
H A Dtlb_coalescer.hh214 Port &getPort(const std::string &if_name,
/gem5/src/mem/ruby/network/
H A DNetwork.hh138 getPort(const std::string &, PortID idx=InvalidPortID) override
/gem5/src/mem/ruby/system/
H A DRubyPort.hh151 Port &getPort(const std::string &if_name,
/gem5/src/dev/arm/
H A Dsmmu_v3.hh191 virtual Port &getPort(const std::string &name,

Completed in 34 milliseconds

12345