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

/gem5/src/cpu/simple/
H A Datomic.hh109 * An AtomicCPUPort overrides the default behaviour of the
114 class AtomicCPUPort : public MasterPort class in class:AtomicSimpleCPU
119 AtomicCPUPort(const std::string &_name, BaseSimpleCPU* _cpu) function in class:AtomicSimpleCPU::AtomicCPUPort
138 class AtomicCPUDPort : public AtomicCPUPort
143 : AtomicCPUPort(_name, _cpu), cpu(_cpu)
159 AtomicCPUPort icachePort;

Completed in 5 milliseconds