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

/gem5/src/arch/arm/
H A Dstage2_lookup.hh61 TLB *stage1Tlb; member in class:ArmISA::Stage2LookUp
80 stage1Tlb(s1Tlb), stage2Tlb(s2Tlb), stage1Te(s1Te), s1Req(_req),
H A Dstage2_mmu.hh121 TLB* stage1Tlb() const { return _stage1Tlb; } function in class:ArmISA::Stage2MMU
H A Dstage2_mmu.cc59 stage1Tlb()->setMMU(this, masterId);
H A Dstage2_lookup.cc199 stage1Tlb->translateComplete(s1Req, tc, transState, mode, tranType, true);

Completed in 4 milliseconds