Searched refs:NeedsWritable (Results 1 - 2 of 2) sorted by relevance

/gem5/src/mem/
H A Dpacket.cc88 { SET5(IsWrite, NeedsWritable, IsRequest, NeedsResponse, HasData),
109 { SET6(IsRead, NeedsWritable, IsInvalidate, IsRequest,
121 { SET5(IsWrite, NeedsWritable, IsRequest, NeedsResponse, HasData),
124 { SET6(IsInvalidate, NeedsWritable, IsUpgrade, IsRequest, NeedsResponse,
128 { SET7(IsInvalidate, NeedsWritable, IsUpgrade, IsLlsc,
135 { SET7(IsRead, NeedsWritable, IsInvalidate,
145 { SET6(IsRead, NeedsWritable, IsInvalidate, IsRequest, NeedsResponse,
167 { SET6(IsWrite, NeedsWritable, IsLlsc,
171 { SET6(IsWrite, NeedsWritable, IsLlsc,
178 { SET6(IsRead, IsWrite, NeedsWritable, IsReques
[all...]
H A Dpacket.hh153 NeedsWritable, //!< Requires writable copy to complete in-cache enumerator in enum:MemCmd::Attribute
204 bool needsWritable() const { return testCmdAttrib(NeedsWritable); }

Completed in 9 milliseconds