|
gem5 v25.0.0.1
|
#include <faults.hh>
Public Member Functions | |
| NonMaskableInterruptFault () | |
| NonMaskableInterruptFault (ExceptionCode c) | |
| NonMaskableInterruptFault (int c) | |
| Public Member Functions inherited from gem5::FaultBase | |
| virtual | ~FaultBase () |
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 |
| bool | isResumableNonMaskableInterrupt (ISA *isa) const |
| bool | isPlainException () const |
| bool | isGuestPageFault () const |
| ExceptionCode | exception () const |
| virtual RegVal | trap_value () const |
| virtual RegVal | trap_value2 () const |
| virtual bool | mustSetGva () 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 |
Definition at line 122 of file faults.hh.
References NonMaskableInterruptFault().
Referenced by NonMaskableInterruptFault(), and NonMaskableInterruptFault().
|
inline |
Definition at line 124 of file faults.hh.
References gem5::RiscvISA::c, gem5::RiscvISA::NON_MASKABLE_INTERRUPT, and gem5::RiscvISA::RiscvFault::RiscvFault().
|
inline |
Definition at line 129 of file faults.hh.
References gem5::RiscvISA::c, and NonMaskableInterruptFault().