gem5 v24.0.0.0
|
#include <faults.hh>
Public Member Functions | |
UnimplementedOpcodeFault () | |
void | invoke (ThreadContext *tc, const StaticInstPtr &inst=nullStaticInstPtr) override |
Public Member Functions inherited from gem5::FaultBase | |
virtual | ~FaultBase () |
Additional Inherited Members | |
Protected Member Functions inherited from gem5::PowerISA::PowerFault | |
PowerFault (FaultName name) | |
FaultName | name () const |
Protected Attributes inherited from gem5::PowerISA::PowerFault | |
FaultName | _name |
|
inline |
|
overridevirtual |
Reimplemented from gem5::FaultBase.
Definition at line 43 of file faults.cc.
References gem5::ThreadContext::contextId(), gem5::ThreadContext::getSystemPtr(), gem5::PCStateBase::instAddr(), panic, gem5::ThreadContext::pcState(), and gem5::System::trapToGdb().