|
gem5
|
#include <faults.hh>
Public Member Functions | |
| TlbInvalidFault (Addr asid, Addr vaddr, Addr vpn, bool store) | |
Public Member Functions inherited from MipsISA::MipsFault< TlbInvalidFault > | |
| 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< TlbInvalidFault > | |
| 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< TlbInvalidFault > | |
| AddressFault (Addr _vaddr, bool _store) | |
Protected Attributes inherited from MipsISA::TlbFault< TlbInvalidFault > | |
| Addr | asid |
| Addr | vpn |
Protected Attributes inherited from MipsISA::AddressFault< TlbInvalidFault > | |
| Addr | vaddr |
| bool | store |
Static Protected Attributes inherited from MipsISA::MipsFault< TlbInvalidFault > | |
| static FaultVals | vals |