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

/gem5/src/arch/generic/
H A Dtlb.hh128 virtual void takeOverFrom(BaseTLB *otlb) = 0;
/gem5/src/arch/mips/
H A Dtlb.hh90 void takeOverFrom(BaseTLB *otlb) override {}
/gem5/src/arch/riscv/
H A Dtlb.hh89 void takeOverFrom(BaseTLB *otlb) override {}
/gem5/src/arch/x86/
H A Dtlb.hh72 void takeOverFrom(BaseTLB *otlb) override {}
/gem5/src/arch/alpha/
H A Dtlb.hh88 void takeOverFrom(BaseTLB *otlb) override {}
/gem5/src/arch/power/
H A Dtlb.hh136 void takeOverFrom(BaseTLB *otlb) override {}
/gem5/src/arch/sparc/
H A Dtlb.hh161 void takeOverFrom(BaseTLB *otlb) override {}
/gem5/src/arch/arm/
H A Dtlb.cc386 TLB *otlb = dynamic_cast<TLB*>(_otlb); local
388 if (otlb) {
389 _attr = otlb->_attr;
390 haveLPAE = otlb->haveLPAE;
391 directToStage2 = otlb->directToStage2;
392 stage2Req = otlb->stage2Req;
393 stage2DescReq = otlb->stage2DescReq;
399 stage2Tlb && otlb->stage2Tlb) {
400 stage2Tlb->takeOverFrom(otlb->stage2Tlb);
H A Dtlb.hh219 void takeOverFrom(BaseTLB *otlb) override;

Completed in 18 milliseconds