gem5 v24.0.0.0
|
#include <faults.hh>
Public Member Functions | |
AddressFault (const Addr addr, ExceptionCode code) | |
RegVal | trap_value () const override |
Public Member Functions inherited from gem5::FaultBase | |
virtual | ~FaultBase () |
Private Attributes | |
const Addr | _addr |
Additional Inherited Members | |
Protected Member Functions inherited from gem5::RiscvISA::RiscvFault | |
RiscvFault (FaultName n, FaultType ft, ExceptionCode c) | |
FaultName | name () const override |
bool | isInterrupt () const |
bool | isNonMaskableInterrupt () const |
ExceptionCode | exception () const |
virtual void | invokeSE (ThreadContext *tc, const StaticInstPtr &inst) |
void | invoke (ThreadContext *tc, const StaticInstPtr &inst) override |
Protected Attributes inherited from gem5::RiscvISA::RiscvFault | |
const FaultName | _name |
const FaultType | _fault_type |
ExceptionCode | _code |
|
inline |
|
inlineoverridevirtual |
Reimplemented from gem5::RiscvISA::RiscvFault.
Definition at line 290 of file faults.hh.
References _addr.
Referenced by gem5::RiscvISA::getFaultVAddr().
|
private |
Definition at line 283 of file faults.hh.
Referenced by trap_value().