Searched refs:SMMUTranslationProcess (Results 1 - 5 of 5) sorted by relevance

/gem5/src/dev/arm/
H A Dsmmu_v3_slaveifc.hh53 class SMMUTranslationProcess;
60 friend class SMMUTranslationProcess;
91 std::list<SMMUTranslationProcess *> duplicateReqs;
94 std::list<SMMUTranslationProcess *> dependentReads[SMMU_MAX_TRANS_ID];
95 std::list<SMMUTranslationProcess *> dependentWrites[SMMU_MAX_TRANS_ID];
H A Dsmmu_v3_transl.cc81 SMMUTranslationProcess::SMMUTranslationProcess(const std::string &name, function in class:SMMUTranslationProcess
95 SMMUTranslationProcess::~SMMUTranslationProcess()
109 SMMUTranslationProcess::beginTransaction(const SMMUTranslRequest &req)
117 SMMUTranslationProcess::resumeTransaction()
135 SMMUTranslationProcess::main(Yield &yield)
235 SMMUTranslationProcess::TranslResult
236 SMMUTranslationProcess::bypass(Addr addr) const
247 SMMUTranslationProcess
[all...]
H A Dsmmu_v3_slaveifc.cc130 SMMUTranslationProcess proc(proc_name, *smmu, *this);
162 SMMUTranslationProcess *proc =
163 new SMMUTranslationProcess(proc_name, *smmu, *this);
179 SMMUTranslationProcess proc(
205 SMMUTranslationProcess *proc =
206 new SMMUTranslationProcess(proc_name, *smmu, *this);
H A Dsmmu_v3_transl.hh64 class SMMUTranslationProcess : public SMMUProcess class in inherits:SMMUProcess
177 SMMUTranslationProcess(const std::string &name, SMMUv3 &_smmu,
180 virtual ~SMMUTranslationProcess();
H A Dsmmu_v3.hh81 class SMMUTranslationProcess;
88 friend class SMMUTranslationProcess;

Completed in 10 milliseconds