Searched refs:Port (Results 26 - 50 of 158) sorted by relevance

1234567

/gem5/util/tlm/src/
H A Dsc_master_port.hh76 class SCMasterPort : public ExternalMaster::Port
154 ExternalMaster::Port *getExternalPort(const std::string &name,
/gem5/src/systemc/tests/systemc/compliance_1666/test234/
H A Dtest234.cpp20 struct Port: sc_port<i_f,0> struct in inherits:sc_port
30 Port mp;
/gem5/src/cpu/minor/
H A Dcpu.hh117 Port &getDataPort() override;
120 Port &getInstPort() override;
/gem5/src/cpu/simple/
H A Datomic.hh177 Port &getDataPort() override { return dcachePort; }
180 Port &getInstPort() override { return icachePort; }
/gem5/ext/sst/
H A DExtMaster.hh73 class ExtMaster : public ExternalMaster::Port {
H A DExtSlave.hh63 class ExtSlave : public ExternalSlave::Port {
/gem5/src/systemc/core/
H A Dsc_port.cc78 _gem5Port = new ::sc_gem5::Port(this, max_size);
/gem5/src/dev/net/
H A Detherbus.cc84 Port &
/gem5/src/mem/
H A Ddramsim2.hh194 Port &getPort(const std::string &if_name,
H A Dexternal_master.cc63 Port &
H A Dsimple_mem.hh183 Port &getPort(const std::string &if_name,
/gem5/src/mem/qos/
H A Dmem_sink.hh140 Port &getPort(const std::string &if_name, PortID=InvalidPortID) override;
/gem5/src/cpu/testers/memtest/
H A Dmemtest.hh81 Port &getPort(const std::string &if_name,
/gem5/src/cpu/testers/directedtest/
H A DRubyDirectedTester.hh71 Port &getPort(const std::string &if_name,
H A DRubyDirectedTester.cc81 Port &
/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.hh67 Port &getPort(const std::string &if_name,
/gem5/src/arch/generic/
H A Dtlb.hh139 virtual Port* getTableWalkerPort() { return NULL; }
/gem5/src/sim/
H A Dsim_object.hh169 * @param if_name Port name
174 virtual Port &getPort(const std::string &if_name,
/gem5/src/dev/
H A Dio_device.hh146 Port &getPort(const std::string &if_name,
/gem5/src/dev/arm/
H A Dsmmu_v3_slaveifc.hh120 Port& getPort(const std::string &name, PortID id) override;
/gem5/src/learning_gem5/part2/
H A Dsimple_memobj.hh49 * Port on the CPU-side that receives requests.
132 * Port on the memory-side that receives responses.
243 * @param if_name Port name
248 Port &getPort(const std::string &if_name,
/gem5/src/dev/x86/
H A Di82094aa.hh106 Port &getPort(const std::string &if_name,
H A Di8259.hh95 Port &
H A Di8254.hh73 Port &
H A Dcmos.hh85 Port &

Completed in 26 milliseconds

1234567