Searched refs:_smmu (Results 1 - 8 of 8) sorted by relevance
/gem5/src/dev/arm/ |
H A D | smmu_v3_cmdexec.hh | 58 SMMUCommandExecProcess(const std::string &name, SMMUv3 &_smmu) : argument 59 SMMUProcess(name, _smmu),
|
H A D | smmu_v3_ports.cc | 46 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 D | smmu_v3_ports.hh | 58 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 D | smmu_v3_slaveifc.hh | 139 void setSMMU(SMMUv3 *_smmu) { smmu = _smmu; } argument
|
H A D | smmu_v3_proc.hh | 128 SMMUProcess(const std::string &name, SMMUv3 &_smmu);
|
H A D | smmu_v3_proc.cc | 45 SMMUProcess::SMMUProcess(const std::string &name, SMMUv3 &_smmu) : argument 48 smmu(_smmu)
|
H A D | smmu_v3_transl.hh | 177 SMMUTranslationProcess(const std::string &name, SMMUv3 &_smmu,
|
H A D | smmu_v3_transl.cc | 82 SMMUv3 &_smmu, SMMUv3SlaveInterface &_ifc) 84 SMMUProcess(name, _smmu), 81 SMMUTranslationProcess(const std::string &name, SMMUv3 &_smmu, SMMUv3SlaveInterface &_ifc) argument
|
Completed in 7 milliseconds