gem5
v20.0.0.2
|
#include <faults.hh>
Public Member Functions | |
InstFault (FaultName n, const ExtMachInst inst) | |
RegVal | trap_value () const override |
![]() | |
virtual | ~FaultBase () |
Protected Attributes | |
const ExtMachInst | _inst |
![]() | |
const FaultName | _name |
const bool | _interrupt |
ExceptionCode | _code |
Additional Inherited Members | |
![]() | |
RiscvFault (FaultName n, bool i, ExceptionCode c) | |
FaultName | name () const override |
bool | isInterrupt () const |
ExceptionCode | exception () const |
virtual void | invokeSE (ThreadContext *tc, const StaticInstPtr &inst) |
void | invoke (ThreadContext *tc, const StaticInstPtr &inst) override |
|
inline |
|
inlineoverridevirtual |
Reimplemented from RiscvISA::RiscvFault.
|
protected |