gem5 v24.0.0.0
|
#include <smmu_v3_proc.hh>
Public Attributes | |
SMMUActionType | type |
PacketPtr | pkt |
SMMUv3DeviceInterface * | ifc |
Tick | delay |
Definition at line 70 of file smmu_v3_proc.hh.
Tick gem5::SMMUAction::delay |
Definition at line 75 of file smmu_v3_proc.hh.
Referenced by gem5::SMMUv3::runProcessAtomic().
SMMUv3DeviceInterface* gem5::SMMUAction::ifc |
Definition at line 74 of file smmu_v3_proc.hh.
Referenced by gem5::SMMUv3::runProcessTiming().
PacketPtr gem5::SMMUAction::pkt |
Definition at line 73 of file smmu_v3_proc.hh.
Referenced by gem5::SMMUv3::runProcessAtomic(), and gem5::SMMUv3::runProcessTiming().
SMMUActionType gem5::SMMUAction::type |
Definition at line 72 of file smmu_v3_proc.hh.
Referenced by gem5::SMMUTranslationProcess::abortTransaction(), gem5::SMMUTranslationProcess::completePrefetch(), gem5::SMMUTranslationProcess::completeTransaction(), gem5::SMMUProcess::doDelay(), gem5::SMMUProcess::doRead(), gem5::SMMUProcess::doSleep(), gem5::SMMUProcess::doWrite(), gem5::SMMUCommandExecProcess::main(), gem5::SMMUTranslationProcess::main(), gem5::SMMUv3::runProcessAtomic(), and gem5::SMMUv3::runProcessTiming().