Searched refs:SMMUSlavePort (Results 1 - 4 of 4) sorted by relevance

/gem5/src/dev/arm/
H A Dsmmu_v3_ports.cc81 SMMUSlavePort::SMMUSlavePort(const std::string &_name, function in class:SMMUSlavePort
91 SMMUSlavePort::recvFunctional(PacketPtr pkt)
98 SMMUSlavePort::recvAtomic(PacketPtr pkt)
104 SMMUSlavePort::recvTimingReq(PacketPtr pkt)
H A Dsmmu_v3_ports.hh76 class SMMUSlavePort : public QueuedSlavePort class in inherits:QueuedSlavePort
87 SMMUSlavePort(const std::string &_name,
90 virtual ~SMMUSlavePort() {}
H A Dsmmu_v3_slaveifc.hh55 class SMMUSlavePort;
77 SMMUSlavePort *slavePort;
H A Dsmmu_v3_slaveifc.cc64 slavePort(new SMMUSlavePort(csprintf("%s.slave", name()), *this)),

Completed in 7 milliseconds