Searched refs:getPort (Results 76 - 100 of 106) sorted by relevance

12345

/gem5/src/dev/net/
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 Di8254xGBe.hh522 Port &getPort(const std::string &if_name,
H A Dsinic.cc146 Device::getPort(const std::string &if_name, PortID idx) function in class:Sinic::Device
150 return EtherDevBase::getPort(if_name, idx);
H A Dns_gige.cc177 NSGigE::getPort(const std::string &if_name, PortID idx) function in class:NSGigE
181 return EtherDevBase::getPort(if_name, idx);
H A Di8254xGBe.cc143 IGbE::getPort(const std::string &if_name, PortID idx) function in class:IGbE
147 return EtherDevice::getPort(if_name, idx);
/gem5/src/dev/
H A Ddma_device.hh211 Port &getPort(const std::string &if_name,
/gem5/src/gpu-compute/
H A Dlds_state.hh440 getPort(const std::string &if_name, PortID idx) function in class:LdsState
H A Dgpu_tlb.hh311 Port &getPort(const std::string &if_name,
H A Dtlb_coalescer.cc71 TLBCoalescer::getPort(const std::string &if_name, PortID idx) function in class:TLBCoalescer
75 panic("TLBCoalescer::getPort: unknown index %d\n", idx);
81 panic("TLBCoalescer::getPort: unknown index %d\n", idx);
86 panic("TLBCoalescer::getPort: unknown port %s\n", if_name);
H A Dcompute_unit.hh695 getPort(const std::string &if_name, PortID idx) override
/gem5/src/sim/
H A Dsystem.hh132 Port &getPort(const std::string &if_name,
H A Dcxx_manager.cc459 Port &master_port = master_object->getPort(
461 Port &slave_port = slave_object->getPort(
H A Dsystem.cc225 System::getPort(const std::string &if_name, PortID idx) function in class:System
/gem5/src/cpu/
H A Dbase.hh203 Port &getPort(const std::string &if_name,
H A Dbase.cc455 BaseCPU::getPort(const string &if_name, PortID idx)
465 return ClockedObject::getPort(if_name, idx);
/gem5/src/arch/x86/
H A Dpagetable_walker.cc171 Walker::getPort(const std::string &if_name, PortID idx) function in class:X86ISA::Walker
176 return ClockedObject::getPort(if_name, idx);
H A Dtlb.cc519 return &walker->getPort("port");
/gem5/src/mem/ruby/slicc_interface/
H A DAbstractController.cc234 AbstractController::getPort(const std::string &if_name, PortID idx) function in class:AbstractController
/gem5/src/mem/
H A Ddram_ctrl.hh1182 Port &getPort(const std::string &if_name,
/gem5/src/dev/arm/
H A Dgic_v3_its.hh101 Port & getPort(const std::string &if_name, PortID idx) override;
H A Dsmmu_v3.cc818 SMMUv3::getPort(const std::string &name, PortID id) function in class:SMMUv3
827 return ClockedObject::getPort(name, id);
H A Dgic_v3_its.cc1108 Gicv3Its::getPort(const std::string &if_name, PortID idx) function in class:Gicv3Its
1113 return BasicPioDevice::getPort(if_name, idx);
/gem5/src/arch/arm/
H A Dtable_walker.hh901 Port &getPort(const std::string &if_name,
/gem5/src/mem/cache/
H A Dbase.hh1056 Port &getPort(const std::string &if_name,

Completed in 273 milliseconds

12345