Searched defs:needsWritable (Results 1 - 3 of 3) sorted by relevance
/gem5/src/mem/cache/ | ||
H A D | mshr.hh | 168 bool needsWritable; member in class:MSHR::TargetList 336 bool needsWritable() const { return targets.needsWritable; } function |
H A D | cache.cc | 480 createMissPacket(PacketPtr cpu_pkt, CacheBlk *blk, bool needsWritable, bool is_whole_line_write) const argument [all...] |
/gem5/src/mem/ | ||
H A D | packet.hh | 204 bool needsWritable() const { return testCmdAttrib(NeedsWritable); } function in class:MemCmd 535 bool needsWritable() const function |
Completed in 15 milliseconds