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

/gem5/src/cpu/minor/
H A Dpipeline.hh140 MinorCPU::MinorCPUPort &getDataPort();
H A Dcpu.hh117 Port &getDataPort() override;
H A Dcpu.cc331 MinorCPU::getDataPort() function in class:MinorCPU
333 return pipeline->getDataPort();
H A Dpipeline.cc193 Pipeline::getDataPort() function in class:Minor::Pipeline
/gem5/src/cpu/simple/
H A Datomic.hh177 Port &getDataPort() override { return dcachePort; }
H A Dtiming.hh267 Port &getDataPort() override { return dcachePort; }
/gem5/src/cpu/
H A Dbase.hh161 virtual Port &getDataPort() = 0;
169 auto port = dynamic_cast<MasterPort *>(&getDataPort());
195 * instruction port, and this method uses getDataPort and
H A Dbase.cc459 // of getDataPort and getInstPort.
461 return getDataPort();
682 getDataPort().takeOverFrom(&oldCPU->getDataPort());
/gem5/src/cpu/o3/
H A Dcpu.hh746 getDataPort() override
748 return this->iew.ldstQueue.getDataPort();
H A Dlsq.hh1054 MasterPort &getDataPort() { return dcachePort; } function in class:LSQ::LSQRequest
H A Diew_impl.hh320 cpu->checker->setDcachePort(&ldstQueue.getDataPort());
/gem5/src/cpu/kvm/
H A Dbase.hh100 Port &getDataPort() override { return dataPort; }
/gem5/src/cpu/trace/
H A Dtrace_cpu.hh1152 Port &getDataPort() { return dcachePort; } function in class:TraceCPU
H A Dtrace_cpu.cc110 getDataPort().takeOverFrom(&oldCPU->getDataPort());
/gem5/src/cpu/checker/
H A Dcpu.hh109 getDataPort() override

Completed in 42 milliseconds