gem5 v24.0.0.0
|
#include <faults.hh>
Public Member Functions | |
AlignmentFault (Addr va) | |
void | invoke (ThreadContext *tc, const StaticInstPtr &inst=nullStaticInstPtr) override |
Public Member Functions inherited from gem5::FaultBase | |
virtual | ~FaultBase () |
Private Attributes | |
Addr | vaddr |
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 52 of file faults.cc.
References gem5::ThreadContext::contextId(), gem5::ThreadContext::getSystemPtr(), panic, gem5::System::trapToGdb(), and vaddr.
|
private |