Searched refs:Port (Results 51 - 75 of 158) sorted by relevance

1234567

/gem5/src/cpu/
H A Dbase.cc454 Port &
625 Port *old_itb_port = oldTC->getITBPtr()->getTableWalkerPort();
626 Port *old_dtb_port = oldTC->getDTBPtr()->getTableWalkerPort();
627 Port *new_itb_port = newTC->getITBPtr()->getTableWalkerPort();
628 Port *new_dtb_port = newTC->getDTBPtr()->getTableWalkerPort();
643 Port *old_checker_itb_port =
645 Port *old_checker_dtb_port =
647 Port *new_checker_itb_port =
649 Port *new_checker_dtb_port =
H A Dbase.hh161 virtual Port &getDataPort() = 0;
180 virtual Port &getInstPort() = 0;
203 Port &getPort(const std::string &if_name,
/gem5/src/dev/pci/
H A Dcopy_engine.hh98 Port &getPort();
196 Port &getPort(const std::string &if_name,
/gem5/src/arch/x86/
H A Dtlb.hh168 Port *getTableWalkerPort() override;
/gem5/src/dev/net/
H A Dethertap.hh103 Port &getPort(const std::string &if_name,
H A Detherlink.hh154 Port &getPort(const std::string &if_name,
H A Ddist_etherlink.hh226 Port &getPort(const std::string &if_name,
H A Detherswitch.hh64 Port &getPort(const std::string &if_name,
/gem5/src/cpu/testers/rubytest/
H A DRubyTester.hh98 Port &getPort(const std::string &if_name,
/gem5/src/mem/
H A Dbridge.hh219 * Port on the side that forwards requests and receives
320 Port &getPort(const std::string &if_name,
H A Dmem_delay.hh72 protected: // Port interface
73 Port &getPort(const std::string &if_name,
H A Dserial_link.hh211 * Port on the side that forwards requests and receives
319 Port &getPort(const std::string &if_name,
H A Daddr_mapper.hh66 Port &getPort(const std::string &if_name,
H A Dmem_checker_monitor.hh73 Port &getPort(const std::string &if_name,
H A Dxbar.hh383 /** Port that handles requests that don't match any of the interfaces.*/
412 Port &getPort(const std::string &if_name,
/gem5/src/sim/
H A Dsim_object.cc125 Port &
/gem5/src/learning_gem5/part2/
H A Dsimple_cache.hh53 * Port on the CPU-side that receives requests.
139 * Port on the memory-side that receives responses.
313 * @param if_name Port name
318 Port &getPort(const std::string &if_name,
H A Dsimple_memobj.cc44 Port &
/gem5/src/gpu-compute/
H A Ddispatcher.hh143 Port &getPort(const std::string &if_name,
/gem5/src/systemc/ext/core/
H A Dsc_port.hh44 class Port;
108 friend class ::sc_gem5::Port;
114 ::sc_gem5::Port *_gem5Port;
/gem5/src/mem/ruby/network/
H A DNetwork.hh137 Port &
/gem5/src/mem/ruby/system/
H A DRubyPort.hh151 Port &getPort(const std::string &if_name,
179 * @param master_port_id Port id of the PIO port
/gem5/src/dev/arm/
H A Dsmmu_v3.hh191 virtual Port &getPort(const std::string &name,
/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.hh195 ::Port &gem5_getPort(const std::string &if_name, int idx=-1) override;
H A Dtlm_to_gem5.hh164 ::Port &gem5_getPort(const std::string &if_name, int idx=-1) override;

Completed in 29 milliseconds

1234567