76 const void *p, uint64_t size)
const
81 auto req = std::make_shared<Request>(
82 gen.addr(), gen.size(),
flags, Request::funcRequestorId);
84 Packet pkt(req, MemCmd::WriteReq);
87 p =
static_cast<const uint8_t *
>(p) + gen.size();
ThreadContext is the external interface to all thread state for anything outside of the CPU.