Searched defs:needsWritable (Results 1 - 3 of 3) sorted by relevance

/gem5/src/mem/cache/
H A Dmshr.hh168 bool needsWritable; member in class:MSHR::TargetList
336 bool needsWritable() const { return targets.needsWritable; } function
H A Dcache.cc480 createMissPacket(PacketPtr cpu_pkt, CacheBlk *blk, bool needsWritable, bool is_whole_line_write) const argument
[all...]
/gem5/src/mem/
H A Dpacket.hh204 bool needsWritable() const { return testCmdAttrib(NeedsWritable); } function in class:MemCmd
535 bool needsWritable() const function

Completed in 15 milliseconds