gem5
|
#include <faults.hh>
Public Member Functions | |
UnimplementedFault (std::string name) | |
void | invoke_se (ThreadContext *tc, const StaticInstPtr &inst) |
Private Attributes | |
const std::string | instName |
Additional Inherited Members | |
Protected Member Functions inherited from RiscvISA::RiscvFault | |
RiscvFault (FaultName n, ExceptionCode c, InterruptCode i) | |
FaultName | name () const |
ExceptionCode | exception () const |
InterruptCode | interrupt () const |
void | invoke (ThreadContext *tc, const StaticInstPtr &inst) |
Protected Attributes inherited from RiscvISA::RiscvFault | |
const FaultName | _name |
const ExceptionCode | _code |
const InterruptCode | _int |
|
inline |
|
virtual |
Reimplemented from RiscvISA::RiscvFault.
Definition at line 67 of file faults.cc.
References instName, panic, and ThreadContext::pcState().
|
private |
Definition at line 122 of file faults.hh.
Referenced by invoke_se().