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

/gem5/src/arch/arm/
H A Dstage2_mmu.cc64 Stage2MMU::readDataUntimed(ThreadContext *tc, Addr oVAddr, Addr descAddr, argument
95 armFault->annotate(ArmFault::OVA, oVAddr);
113 : data(_data), numBytes(0), event(_event), parent(_parent), oVAddr(_oVAddr),
131 armFault->annotate(ArmFault::OVA, oVAddr);
H A Dstage2_mmu.hh78 Addr oVAddr; member in class:ArmISA::Stage2MMU::Stage2Translation
115 Fault readDataUntimed(ThreadContext *tc, Addr oVAddr, Addr descAddr,

Completed in 4 milliseconds