Searched refs:masterId (Results 1 - 25 of 64) sorted by relevance

123

/gem5/src/dev/arm/
H A Damba.hh53 return pkt->req->masterId();
H A Dsmmu_v3_proc.cc81 addr, size, 0, smmu.masterId);
113 addr, size, 0, smmu.masterId);
/gem5/src/mem/
H A Dmem_master.hh59 : obj(_obj), masterName(master_name), masterId(master_id)
69 MasterID masterId; member in struct:MasterInfo
H A Dexternal_master.hh135 const MasterID masterId; member in class:ExternalMaster
H A Dabstract_mem.cc313 "%#x %c\n", label, sys->getMasterName(pkt->req->masterId()),
320 label, sys->getMasterName(pkt->req->masterId()),
387 numOther[pkt->req->masterId()]++;
401 numReads[pkt->req->masterId()]++;
402 bytesRead[pkt->req->masterId()] += pkt->getSize();
404 bytesInstRead[pkt->req->masterId()] += pkt->getSize();
420 numWrites[pkt->req->masterId()]++;
421 bytesWritten[pkt->req->masterId()] += pkt->getSize();
H A Dexternal_master.cc60 masterId(params->system->getMasterId(this))
/gem5/src/mem/qos/
H A Dq_policy.cc82 MasterID m_id = pkt->req->masterId();
118 for (const auto& masterId : toServe) {
120 "master id %d\n", masterId);
122 if (track.find(masterId) != track.end()) {
123 ret = track[masterId];
125 "%d selected for service\n", masterId);
141 MasterID m_id = pkt->masterId();
H A Dpolicy.cc54 return schedule(pkt->req->masterId(), pkt->getSize());
H A Dmem_sink.cc137 _system->getMasterName(pkt->req->masterId()),
181 pkt->req->masterId(),
224 plist += (std::to_string(e->req->masterId())) + " ";
256 _system->getMasterName(pkt->req->masterId()),
273 _system->getMasterName(pkt->req->masterId()),
286 pkt->req->masterId(),
H A Dmem_ctrl.hh360 pkt->masterId(), pkt->getAddr());
363 if (pkt->masterId() == m_id) {
481 if (m.first == pkt->masterId())
501 _system->getMasterName(pkt->masterId()),
503 escalate(queues, queue_entry_size, pkt->masterId(), pkt_priority);
/gem5/src/cpu/testers/directedtest/
H A DDirectedGenerator.hh52 MasterID masterId; member in class:DirectedGenerator
H A DDirectedGenerator.cc36 masterId(p->system->getMasterId(this))
H A DSeriesRequestGenerator.cc63 RequestPtr req = std::make_shared<Request>(m_address, 1, flags, masterId);
H A DInvalidateGenerator.cc63 RequestPtr req = std::make_shared<Request>(m_address, 1, flags, masterId);
/gem5/src/arch/arm/
H A Dstage2_mmu.hh65 MasterID masterId; member in class:ArmISA::Stage2MMU
93 void setVirt(Addr vaddr, int size, Request::Flags flags, int masterId) argument
96 req->setVirt(0, vaddr, size, flags, masterId, 0);
H A Dstage2_mmu.cc54 masterId(p->sys->getMasterId(_stage1Tlb->getTableWalker()))
59 stage1Tlb()->setMMU(this, masterId);
60 stage2Tlb()->setMMU(this, masterId);
71 req->setVirt(0, descAddr, numBytes, flags | Request::PT_WALK, masterId, 0);
107 descAddr, numBytes, flags | Request::PT_WALK, masterId);
H A Dstage2_lookup.hh87 s1Req->getFlags(), s1Req->masterId(), 0);
/gem5/src/sim/probe/
H A Dmem.hh68 master(pkt->req->masterId()) { }
/gem5/src/mem/cache/prefetch/
H A Dbase.hh98 MasterID masterId; member in class:BasePrefetcher::PrefetchInfo
158 return masterId;
285 const MasterID masterId; member in class:BasePrefetcher
H A Dbase.cc61 masterId(pkt->req->masterId()), validPC(pkt->req->hasPC()),
76 : address(addr), pc(pfi.pc), masterId(pfi.masterId), validPC(pfi.validPC),
96 masterId(p->sys->getMasterId(this)), pageBytes(p->sys->getPageBytes()),
/gem5/src/cpu/testers/memtest/
H A Dmemtest.hh134 MasterID masterId; member in class:MemTest
/gem5/src/cpu/testers/garnet_synthetic_traffic/
H A DGarnetSyntheticTraffic.cc95 masterId(p->system->getMasterId(this))
295 req = std::make_shared<Request>(paddr, access_size, flags, masterId);
301 0, 0x0, access_size, flags, masterId, 0x0, 0);
306 req = std::make_shared<Request>(paddr, access_size, flags, masterId);
H A DGarnetSyntheticTraffic.hh135 MasterID masterId; member in class:GarnetSyntheticTraffic
/gem5/src/systemc/tlm_bridge/
H A Dtlm_to_gem5.cc73 payload2packet(MasterID masterId, tlm::tlm_generic_payload &trans) argument
93 trans.get_address(), trans.get_data_length(), flags, masterId);
162 pkt = payload2packet(masterId, trans);
280 pkt = payload2packet(masterId, trans);
317 auto pkt = payload2packet(masterId, trans);
343 pkt = payload2packet(masterId, trans);
476 masterId(params->system->getGlobalMasterId(
/gem5/src/arch/x86/
H A Dpagetable_walker.hh173 MasterID masterId; member in class:X86ISA::Walker
209 masterId(sys->getMasterId(this)),

Completed in 29 milliseconds

123