83c83
< { SET5(IsWrite, NeedsExclusive, IsRequest, NeedsResponse, HasData),
---
> { SET5(IsWrite, NeedsWritable, IsRequest, NeedsResponse, HasData),
86c86
< { SET3(IsWrite, NeedsExclusive, IsResponse), InvalidCmd, "WriteResp" },
---
> { SET3(IsWrite, NeedsWritable, IsResponse), InvalidCmd, "WriteResp" },
110c110
< { SET5(IsWrite, NeedsExclusive, IsRequest, NeedsResponse, HasData),
---
> { SET5(IsWrite, NeedsWritable, IsRequest, NeedsResponse, HasData),
113c113
< { SET5(IsInvalidate, NeedsExclusive, IsUpgrade, IsRequest, NeedsResponse),
---
> { SET5(IsInvalidate, NeedsWritable, IsUpgrade, IsRequest, NeedsResponse),
116c116
< { SET6(IsInvalidate, NeedsExclusive, IsUpgrade, IsLlsc,
---
> { SET6(IsInvalidate, NeedsWritable, IsUpgrade, IsLlsc,
120c120
< { SET3(NeedsExclusive, IsUpgrade, IsResponse),
---
> { SET3(NeedsWritable, IsUpgrade, IsResponse),
123c123
< { SET6(IsRead, NeedsExclusive, IsInvalidate,
---
> { SET6(IsRead, NeedsWritable, IsInvalidate,
128c128
< { SET4(IsRead, NeedsExclusive, IsResponse, HasData),
---
> { SET4(IsRead, NeedsWritable, IsResponse, HasData),
133c133
< { SET5(IsRead, NeedsExclusive, IsInvalidate, IsRequest, NeedsResponse),
---
> { SET5(IsRead, NeedsWritable, IsInvalidate, IsRequest, NeedsResponse),
137c137
< { SET4(IsRead, NeedsExclusive, IsResponse, HasData),
---
> { SET4(IsRead, NeedsWritable, IsResponse, HasData),
152c152
< { SET6(IsWrite, NeedsExclusive, IsLlsc,
---
> { SET6(IsWrite, NeedsWritable, IsLlsc,
156c156
< { SET6(IsWrite, NeedsExclusive, IsLlsc,
---
> { SET6(IsWrite, NeedsWritable, IsLlsc,
160c160
< { SET4(IsWrite, NeedsExclusive, IsLlsc, IsResponse),
---
> { SET4(IsWrite, NeedsWritable, IsLlsc, IsResponse),
163c163
< { SET6(IsRead, IsWrite, NeedsExclusive, IsRequest, HasData, NeedsResponse),
---
> { SET6(IsRead, IsWrite, NeedsWritable, IsRequest, HasData, NeedsResponse),
166c166
< { SET5(IsRead, IsWrite, NeedsExclusive, IsResponse, HasData),
---
> { SET5(IsRead, IsWrite, NeedsWritable, IsResponse, HasData),
188c188
< { SET3(IsRequest, IsFlush, NeedsExclusive), InvalidCmd, "FlushReq" },
---
> { SET3(IsRequest, IsFlush, NeedsWritable), InvalidCmd, "FlushReq" },
190c190
< { SET4(IsInvalidate, IsRequest, NeedsExclusive, NeedsResponse),
---
> { SET4(IsInvalidate, IsRequest, NeedsWritable, NeedsResponse),
193c193
< { SET3(IsInvalidate, IsResponse, NeedsExclusive),
---
> { SET3(IsInvalidate, IsResponse, NeedsWritable),