Searched refs:_smmu (Results 1 - 8 of 8) sorted by relevance

/gem5/src/dev/arm/
H A Dsmmu_v3_cmdexec.hh58 SMMUCommandExecProcess(const std::string &name, SMMUv3 &_smmu) : argument
59 SMMUProcess(name, _smmu),
H A Dsmmu_v3_ports.cc46 SMMUMasterPort::SMMUMasterPort(const std::string &_name, SMMUv3 &_smmu) : argument
47 MasterPort(_name, &_smmu),
48 smmu(_smmu)
64 SMMUv3 &_smmu) :
65 MasterPort(_name, &_smmu),
66 smmu(_smmu)
110 SMMUv3 &_smmu, AddrRange _addrRange)
112 SimpleTimingPort(_name, &_smmu),
113 smmu(_smmu),
63 SMMUMasterTableWalkPort(const std::string &_name, SMMUv3 &_smmu) argument
109 SMMUControlPort(const std::string &_name, SMMUv3 &_smmu, AddrRange _addrRange) argument
H A Dsmmu_v3_ports.hh58 SMMUMasterPort(const std::string &_name, SMMUv3 &_smmu);
72 SMMUMasterTableWalkPort(const std::string &_name, SMMUv3 &_smmu);
106 SMMUControlPort(const std::string &_name, SMMUv3 &_smmu,
H A Dsmmu_v3_slaveifc.hh139 void setSMMU(SMMUv3 *_smmu) { smmu = _smmu; } argument
H A Dsmmu_v3_proc.hh128 SMMUProcess(const std::string &name, SMMUv3 &_smmu);
H A Dsmmu_v3_proc.cc45 SMMUProcess::SMMUProcess(const std::string &name, SMMUv3 &_smmu) : argument
48 smmu(_smmu)
H A Dsmmu_v3_transl.hh177 SMMUTranslationProcess(const std::string &name, SMMUv3 &_smmu,
H A Dsmmu_v3_transl.cc82 SMMUv3 &_smmu, SMMUv3SlaveInterface &_ifc)
84 SMMUProcess(name, _smmu),
81 SMMUTranslationProcess(const std::string &name, SMMUv3 &_smmu, SMMUv3SlaveInterface &_ifc) argument

Completed in 14 milliseconds