Searched defs:SlavePort (Results 1 - 5 of 5) sorted by relevance
/gem5/src/mem/ | ||
H A D | port.cc | 114 SlavePort::SlavePort(const std::string& name, SimObject* _owner, PortID id) function in class:SlavePort |
H A D | mem_delay.hh | 102 class SlavePort : public QueuedSlavePort class in class:MemDelay |
H A D | mem_delay.cc | 124 MemDelay::SlavePort::SlavePort(const std::string &_name, MemDelay &_parent) function in class:MemDelay::SlavePort |
H A D | port.hh | 258 class SlavePort : public Port, public AtomicResponseProtocol, class in inherits:Port,AtomicResponseProtocol,TimingResponseProtocol,FunctionalResponseProtocol |
/gem5/src/python/m5/ | ||
H A D | params.py | 2155 SlavePort = ResponsePort variable |
Completed in 15 milliseconds