gem5
[DEVELOP-FOR-23.0]
|
#include <faults.hh>
Public Member Functions | |
InterruptFault (ExceptionCode c) | |
InterruptFault (int c) | |
![]() | |
virtual | ~FaultBase () |
Additional Inherited Members | |
![]() | |
RiscvFault (FaultName n, FaultType ft, ExceptionCode c) | |
FaultName | name () const override |
bool | isInterrupt () const |
bool | isNonMaskableInterrupt () const |
ExceptionCode | exception () const |
virtual RegVal | trap_value () const |
virtual void | invokeSE (ThreadContext *tc, const StaticInstPtr &inst) |
void | invoke (ThreadContext *tc, const StaticInstPtr &inst) override |
![]() | |
const FaultName | _name |
const FaultType | _fault_type |
ExceptionCode | _code |
|
inline |
Definition at line 150 of file faults.hh.
References gem5::RiscvISA::INTERRUPT.
|
inline |