gem5 v24.0.0.0
|
Public Member Functions | |
Fault (FaultType _type, FaultClass _clss=FaultClass::RESERVED, bool _stage2=false, Addr _ipa=0) | |
Fault (const Fault &rhs)=default | |
Fault & | operator= (const Fault &rhs)=default |
bool | isFaulting () const |
Public Attributes | |
FaultType | type |
FaultClass | clss |
bool | stage2 |
Addr | ipa |
Definition at line 119 of file smmu_v3_transl.hh.
|
inlineexplicit |
Definition at line 121 of file smmu_v3_transl.hh.
|
default |
|
inline |
Definition at line 130 of file smmu_v3_transl.hh.
References gem5::SMMUTranslationProcess::FAULT_NONE, and type.
Referenced by gem5::SMMUTranslationProcess::TranslResult::isFaulting().
FaultClass gem5::SMMUTranslationProcess::Fault::clss |
Definition at line 133 of file smmu_v3_transl.hh.
Referenced by gem5::SMMUTranslationProcess::doReadCD(), gem5::SMMUTranslationProcess::generateEvent(), and gem5::SMMUTranslationProcess::walkStage1And2().
Addr gem5::SMMUTranslationProcess::Fault::ipa |
Definition at line 135 of file smmu_v3_transl.hh.
Referenced by gem5::SMMUTranslationProcess::generateEvent().
bool gem5::SMMUTranslationProcess::Fault::stage2 |
Definition at line 134 of file smmu_v3_transl.hh.
Referenced by gem5::SMMUTranslationProcess::generateEvent().
FaultType gem5::SMMUTranslationProcess::Fault::type |
Definition at line 132 of file smmu_v3_transl.hh.
Referenced by gem5::SMMUTranslationProcess::generateEvent(), and isFaulting().