/gem5/src/dev/arm/ |
H A D | amba.hh | 53 return pkt->req->masterId();
|
H A D | smmu_v3_proc.cc | 81 addr, size, 0, smmu.masterId); 113 addr, size, 0, smmu.masterId);
|
/gem5/src/mem/ |
H A D | mem_master.hh | 59 : obj(_obj), masterName(master_name), masterId(master_id) 69 MasterID masterId; member in struct:MasterInfo
|
H A D | external_master.hh | 135 const MasterID masterId; member in class:ExternalMaster
|
H A D | abstract_mem.cc | 313 "%#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 D | external_master.cc | 60 masterId(params->system->getMasterId(this))
|
/gem5/src/mem/qos/ |
H A D | q_policy.cc | 82 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 D | policy.cc | 54 return schedule(pkt->req->masterId(), pkt->getSize());
|
H A D | mem_sink.cc | 137 _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 D | mem_ctrl.hh | 360 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 D | DirectedGenerator.hh | 52 MasterID masterId; member in class:DirectedGenerator
|
H A D | DirectedGenerator.cc | 36 masterId(p->system->getMasterId(this))
|
H A D | SeriesRequestGenerator.cc | 63 RequestPtr req = std::make_shared<Request>(m_address, 1, flags, masterId);
|
H A D | InvalidateGenerator.cc | 63 RequestPtr req = std::make_shared<Request>(m_address, 1, flags, masterId);
|
/gem5/src/arch/arm/ |
H A D | stage2_mmu.hh | 65 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 D | stage2_mmu.cc | 54 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 D | stage2_lookup.hh | 87 s1Req->getFlags(), s1Req->masterId(), 0);
|
/gem5/src/sim/probe/ |
H A D | mem.hh | 68 master(pkt->req->masterId()) { }
|
/gem5/src/mem/cache/prefetch/ |
H A D | base.hh | 98 MasterID masterId; member in class:BasePrefetcher::PrefetchInfo 158 return masterId; 285 const MasterID masterId; member in class:BasePrefetcher
|
H A D | base.cc | 61 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 D | memtest.hh | 134 MasterID masterId; member in class:MemTest
|
/gem5/src/cpu/testers/garnet_synthetic_traffic/ |
H A D | GarnetSyntheticTraffic.cc | 95 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 D | GarnetSyntheticTraffic.hh | 135 MasterID masterId; member in class:GarnetSyntheticTraffic
|
/gem5/src/systemc/tlm_bridge/ |
H A D | tlm_to_gem5.cc | 73 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 D | pagetable_walker.hh | 173 MasterID masterId; member in class:X86ISA::Walker 209 masterId(sys->getMasterId(this)),
|