|
gem5
|
#include <faults.hh>
Public Member Functions | |
| TlbRefillFault (Addr asid, Addr vaddr, Addr vpn, bool store) | |
| FaultVect | offset (ThreadContext *tc) const |
Public Member Functions inherited from MipsISA::MipsFault< TlbRefillFault > | |
| FaultName | name () const |
| FaultVect | offset (ThreadContext *tc) const |
Public Member Functions inherited from MipsISA::MipsFaultBase | |
| void | setExceptionState (ThreadContext *, uint8_t) |
| virtual FaultVect | base (ThreadContext *tc) const |
| FaultVect | vect (ThreadContext *tc) const |
Additional Inherited Members | |
Protected Member Functions inherited from MipsISA::TlbFault< TlbRefillFault > | |
| TlbFault (Addr _asid, Addr _vaddr, Addr _vpn, bool _store) | |
| void | setTlbExceptionState (ThreadContext *tc, uint8_t excCode) |
| void | invoke (ThreadContext *tc, const StaticInstPtr &inst=StaticInst::nullStaticInstPtr) |
| ExcCode | code () const |
Protected Member Functions inherited from MipsISA::AddressFault< TlbRefillFault > | |
| AddressFault (Addr _vaddr, bool _store) | |
Protected Attributes inherited from MipsISA::TlbFault< TlbRefillFault > | |
| Addr | asid |
| Addr | vpn |
Protected Attributes inherited from MipsISA::AddressFault< TlbRefillFault > | |
| Addr | vaddr |
| bool | store |
Static Protected Attributes inherited from MipsISA::MipsFault< TlbRefillFault > | |
| static FaultVals | vals |
|
inlinevirtual |
Implements MipsISA::MipsFaultBase.
Definition at line 281 of file faults.hh.
References MipsISA::MISCREG_STATUS, ThreadContext::readMiscReg(), and ArmISA::status.