Searched refs:takeOverFrom (Results 1 - 25 of 64) sorted by relevance

123

/gem5/src/arch/alpha/
H A Ddecoder.hh87 void takeOverFrom(Decoder * old) {} function in class:AlphaISA::Decoder
H A Dtlb.hh88 void takeOverFrom(BaseTLB *otlb) override {}
/gem5/src/arch/power/
H A Ddecoder.hh94 void takeOverFrom(Decoder *old) {} function in class:PowerISA::Decoder
H A Dtlb.hh136 void takeOverFrom(BaseTLB *otlb) override {}
/gem5/src/arch/mips/
H A Ddecoder.hh87 void takeOverFrom(Decoder *old) {} function in class:MipsISA::Decoder
H A Dtlb.hh90 void takeOverFrom(BaseTLB *otlb) override {}
/gem5/src/arch/riscv/
H A Ddecoder.hh75 void takeOverFrom(Decoder *old) {} function in class:RiscvISA::Decoder
H A Dtlb.hh89 void takeOverFrom(BaseTLB *otlb) override {}
/gem5/src/arch/arm/
H A Ddecoder.hh197 void takeOverFrom(Decoder *old) {} function in class:ArmISA::Decoder
/gem5/src/arch/sparc/
H A Ddecoder.hh101 void takeOverFrom(Decoder *old) {} function in class:SparcISA::Decoder
H A Dtlb.hh161 void takeOverFrom(BaseTLB *otlb) override {}
/gem5/src/sim/
H A Dport.hh132 takeOverFrom(Port *old) function in class:Port
/gem5/src/cpu/
H A Dsimple_thread.cc117 SimpleThread::takeOverFrom(ThreadContext *oldContext) function in class:SimpleThread
119 ::takeOverFrom(*this, *oldContext);
120 decoder.takeOverFrom(oldContext->getDecoderPtr());
H A Dbase.cc589 BaseCPU::takeOverFrom(BaseCPU *oldCPU)
610 newTC->takeOverFrom(oldTC);
632 new_itb_port->takeOverFrom(old_itb_port);
634 new_dtb_port->takeOverFrom(old_dtb_port);
635 newTC->getITBPtr()->takeOverFrom(oldTC->getITBPtr());
636 newTC->getDTBPtr()->takeOverFrom(oldTC->getDTBPtr());
652 newChecker->getITBPtr()->takeOverFrom(oldChecker->getITBPtr());
653 newChecker->getDTBPtr()->takeOverFrom(oldChecker->getDTBPtr());
657 new_checker_itb_port->takeOverFrom(old_checker_itb_port);
659 new_checker_dtb_port->takeOverFrom(old_checker_dtb_por
[all...]
H A Dthread_context.hh188 virtual void takeOverFrom(ThreadContext *old_context) = 0;
380 void takeOverFrom(ThreadContext &new_tc, ThreadContext &old_tc);
/gem5/src/cpu/o3/
H A Dfu_pool.hh177 void takeOverFrom() {}; function in class:FUPool
H A Dthread_context_impl.hh72 O3ThreadContext<Impl>::takeOverFrom(ThreadContext *old_context) function in class:O3ThreadContext
74 ::takeOverFrom(*this, *old_context);
77 newDecoder->takeOverFrom(oldDecoder);
H A Dmem_dep_unit.hh115 void takeOverFrom();
H A Ddecode.hh136 void takeOverFrom() { resetStage(); } function in class:DefaultDecode
H A Drob.hh104 void takeOverFrom();
/gem5/src/arch/generic/
H A Dtlb.hh128 virtual void takeOverFrom(BaseTLB *otlb) = 0;
132 * migrating port connections during a CPU takeOverFrom()
/gem5/src/arch/x86/
H A Dtlb.hh72 void takeOverFrom(BaseTLB *otlb) override {}
160 * migrating port connections during a CPU takeOverFrom()
/gem5/src/cpu/minor/
H A Dcpu.hh162 void takeOverFrom(BaseCPU *old_cpu) override;
H A Dcpu.cc272 MinorCPU::takeOverFrom(BaseCPU *old_cpu) function in class:MinorCPU
274 DPRINTF(MinorCPU, "MinorCPU takeOverFrom\n");
276 BaseCPU::takeOverFrom(old_cpu);
/gem5/src/cpu/simple/
H A Datomic.hh191 void takeOverFrom(BaseCPU *oldCPU) override;

Completed in 63 milliseconds

123