Searched refs:getAddrRanges (Results 1 - 25 of 81) sorted by relevance

1234

/gem5/src/dev/
H A Dio_device.hh59 * must respond to. The device must also provide getAddrRanges() function
84 getAddrRanges() const override
86 return device->getAddrRanges();
98 * implement getAddrRanges(), read(), and write(). The magic do choose which
117 virtual AddrRangeList getAddrRanges() const = 0;
180 AddrRangeList getAddrRanges() const override;
H A Dio_device.cc81 BasicPioDevice::getAddrRanges() const function in class:BasicPioDevice
/gem5/src/dev/arm/
H A Dsmmu_v3_ports.hh92 virtual AddrRangeList getAddrRanges() const function in class:SMMUSlavePort
103 virtual AddrRangeList getAddrRanges() const;
135 virtual AddrRangeList getAddrRanges() const function in class:SMMUATSSlavePort
H A Dgic_v2m.hh104 virtual AddrRangeList getAddrRanges() const;
H A Dgpu_nomali.hh67 AddrRangeList getAddrRanges() const override;
/gem5/src/dev/alpha/
H A Dtsunami_pchip.hh83 AddrRangeList getAddrRanges() const override;
/gem5/src/mem/
H A Daddr_mapper.hh189 AddrRangeList getAddrRanges() const function in class:AddrMapper::MapperSlavePort
191 return mapper.getAddrRanges();
224 virtual AddrRangeList getAddrRanges() const = 0;
250 AddrRangeList getAddrRanges() const;
H A Dport.cc93 MasterPort::getAddrRanges() const function in class:MasterPort
95 return _slavePort->getAddrRanges();
H A Dmem_checker_monitor.hh187 AddrRangeList getAddrRanges() const function in class:MemCheckerMonitor::MonitorSlavePort
189 return mon.getAddrRanges();
222 AddrRangeList getAddrRanges() const;
H A Dexternal_slave.hh56 * exception of getAddrRanges which is provided by the ExternalSlave
87 AddrRangeList getAddrRanges() const;
H A Dmem_delay.hh113 AddrRangeList getAddrRanges() const override {
114 return parent.masterPort.getAddrRanges();
H A Dnoncoherent_xbar.hh132 getAddrRanges() const override
134 return xbar.getAddrRanges();
H A Dcomm_monitor.hh222 AddrRangeList getAddrRanges() const function in class:CommMonitor::MonitorSlavePort
224 return mon.getAddrRanges();
264 AddrRangeList getAddrRanges() const;
H A Ddramsim2.hh85 AddrRangeList getAddrRanges() const;
H A Dsimple_mem.hh100 AddrRangeList getAddrRanges() const override;
H A Dport.hh116 AddrRangeList getAddrRanges() const;
300 virtual AddrRangeList getAddrRanges() const = 0;
/gem5/src/learning_gem5/part2/
H A Dsimple_memobj.cc76 SimpleMemobj::CPUSidePort::getAddrRanges() const function in class:SimpleMemobj::CPUSidePort
78 return owner->getAddrRanges();
219 SimpleMemobj::getAddrRanges() const function in class:SimpleMemobj
223 return memPort.getAddrRanges();
H A Dsimple_memobj.hh89 AddrRangeList getAddrRanges() const override;
215 AddrRangeList getAddrRanges() const;
H A Dsimple_cache.hh96 AddrRangeList getAddrRanges() const override;
258 AddrRangeList getAddrRanges() const;
/gem5/src/systemc/tlm_bridge/
H A Dgem5_to_tlm.hh99 getAddrRanges() const override
101 return bridge.getAddrRanges();
185 AddrRangeList getAddrRanges() const { return addrRanges; } function in class:sc_gem5::Gem5ToTlmBridge
/gem5/src/mem/ruby/system/
H A DRubyPort.hh96 AddrRangeList getAddrRanges() const function in class:RubyPort::MemSlavePort
135 AddrRangeList getAddrRanges() const;
/gem5/src/dev/serial/
H A Duart8250.hh93 AddrRangeList getAddrRanges() const override;
/gem5/src/mem/qos/
H A Dmem_sink.hh113 AddrRangeList getAddrRanges() const;
/gem5/ext/sst/
H A DExtMaster.cc86 for (auto range : getAddrRanges()) {
223 for (auto range : getAddrRanges()) {
/gem5/src/dev/pci/
H A Ddevice.hh203 AddrRangeList getAddrRanges() const override;

Completed in 16 milliseconds

1234