Searched refs:getConstPtr (Results 1 - 17 of 17) sorted by relevance

/gem5/src/mem/ruby/slicc_interface/
H A DRubyRequest.cc75 const uint8_t * pktData = pkt->getConstPtr<uint8_t>();
H A DRubySlicc_Util.hh162 const uint8_t *data = pkt->getConstPtr<uint8_t>();
/gem5/src/mem/
H A Dexternal_slave.cc106 DDUMP(ExternalPort, packet->getConstPtr<uint8_t>(), size);
H A Dpacket.hh1101 getConstPtr() const function
1209 std::memcpy(p, getConstPtr<uint8_t>(), getSize());
1213 const uint8_t *base = getConstPtr<uint8_t>();
H A Dabstract_mem.cc322 DDUMP(MemoryAccess, pkt->getConstPtr<uint8_t>(), pkt->getSize());
H A Dpacket.cc301 getConstPtr<uint8_t>() + func_offset,
/gem5/src/learning_gem5/part2/
H A Dsimple_cache.cc292 DDUMP(SimpleCache, pkt->getConstPtr<uint8_t>(), pkt->getSize());
398 DDUMP(SimpleCache, pkt->getConstPtr<uint8_t>(), blockSize);
/gem5/src/cpu/testers/memtest/
H A Dmemtest.cc150 const uint8_t *pkt_data = pkt->getConstPtr<uint8_t>();
/gem5/src/mem/cache/prefetch/
H A Dbase.cc71 std::memcpy(data, &(pkt->getConstPtr<uint8_t>()[offset]), req_size);
/gem5/src/mem/ruby/system/
H A DSequencer.cc467 data.setData(pkt->getConstPtr<uint8_t>(),
489 data.setData(pkt->getConstPtr<uint8_t>(),
/gem5/src/cpu/testers/rubytest/
H A DCheck.cc200 *(pkt->getConstPtr<uint8_t>()), *writeData);
/gem5/src/mem/cache/
H A Dcache.cc814 tgt_pkt->setData(pkt->getConstPtr<uint8_t>());
1276 doTimingSupplyResponse(pkt, wb_pkt->getConstPtr<uint8_t>(),
H A Dbase.cc1142 if (!updateCompressionData(blk, pkt->getConstPtr<uint64_t>(),
1241 if (!updateCompressionData(blk, pkt->getConstPtr<uint64_t>(),
1453 compressor->compress(pkt->getConstPtr<uint64_t>(), compression_lat,
/gem5/src/cpu/simple/
H A Datomic.cc530 memcpy(res, pkt.getConstPtr<uint8_t>(), size);
/gem5/src/cpu/minor/
H A Dexecute.cc375 static_cast<unsigned int>(packet->getConstPtr<uint8_t>()[0]));
H A Dlsq.cc659 response->getConstPtr<uint8_t>(),
/gem5/src/cpu/o3/
H A Dfetch_impl.hh405 memcpy(fetchBuffer[tid], pkt->getConstPtr<uint8_t>(), fetchBufferSize);

Completed in 44 milliseconds