Searched refs:Port (Results 101 - 125 of 158) sorted by relevance

1234567

/gem5/src/cpu/trace/
H A Dtrace_cpu.hh322 /** Port to connect to L1 instruction cache. */
325 /** Port to connect to L1 data cache. */
1149 Port &getInstPort() { return icachePort; }
1152 Port &getDataPort() { return dcachePort; }
/gem5/src/python/m5/
H A Dparams.py1849 # Port objects
1855 # Port reference: encapsulates a reference to a particular port on a
1901 fatal("Port %s is already connected to %s, cannot connect %s\n",
1912 if not Port.is_compat(self, other):
1925 fatal("Port %s not connected, cannot splice in new peers\n", self)
1934 if Port.is_compat(old_peer, new_1) and Port.is_compat(self, new_2):
1939 elif Port.is_compat(old_peer, new_2) and Port.is_compat(self, new_1):
2074 # Port descriptio
2077 class Port(object): class in inherits:object
[all...]
/gem5/src/cpu/o3/
H A Dcpu.hh738 Port &
745 Port &
/gem5/src/dev/net/
H A Detherlink.cc91 Port &
H A Dsinic.hh233 Port &getPort(const std::string &if_name,
H A Dns_gige.hh340 Port &getPort(const std::string &if_name,
H A Dethertap.cc162 Port &
H A Detherswitch.cc65 Port &
/gem5/src/dev/
H A Ddma_device.hh211 Port &getPort(const std::string &if_name,
/gem5/src/gpu-compute/
H A Dlds_state.hh150 * CuSidePort is the LDS Port closer to the CU side
439 Port &
H A Dgpu_tlb.hh258 // CpuSidePort is the TLB Port closer to the CPU/CU side
280 * MemSidePort is the TLB Port closer to the memory side
311 Port &getPort(const std::string &if_name,
/gem5/src/cpu/testers/memtest/
H A Dmemtest.cc125 Port &
/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.cc112 Port &
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.cc131 Port &
/gem5/src/mem/
H A Dbridge.cc88 Port &
H A Ddramsim2.cc339 Port &
H A Dmem_checker_monitor.cc76 Port &
H A Dserial_link.cc96 Port&
/gem5/src/mem/qos/
H A Dmem_sink.cc109 Port &
/gem5/src/sim/
H A Dsystem.hh130 * Additional function to return the Port of a memory object.
132 Port &getPort(const std::string &if_name,
142 * CPUs. SimObjects are expected to use Port::sendAtomic() and
143 * Port::recvAtomic() when accessing memory in this mode.
153 * SimObjects are expected to use Port::sendTiming() and
154 * Port::recvTiming() when accessing memory in this mode.
218 /** Port to physical memory used for writing object files into ram at
H A Dcxx_manager.cc350 DPRINTF(CxxConfig, "Port not found: %s.%s,"
459 Port &master_port = master_object->getPort(
461 Port &slave_port = slave_object->getPort(
/gem5/src/dev/arm/
H A Dsmmu_v3_slaveifc.cc92 Port&
/gem5/src/dev/x86/
H A Di82094aa.cc77 Port &
/gem5/src/dev/pci/
H A Dcopy_engine.cc116 Port &
132 Port &
/gem5/src/cpu/checker/
H A Dcpu.hh108 Port &
117 Port &

Completed in 45 milliseconds

1234567