Lines Matching defs:respond
120 // respond with the line in Modified state
145 // have to respond with a shared line
150 // otherwise only respond with a shared copy
420 // that has promised to respond (setting the cache responding
721 // to respond to snoops for the block.
726 // the cache doesn't respond to snoops that has committed
1043 bool respond = false;
1068 // we no longer have the block, and will not respond, but a
1085 // we respond in atomic mode), so just figure out what to do now
1086 // and then do it later. We respond to all snoops that need
1088 // invalidation itself is taken care of below. We don't respond to
1091 respond = blk->isDirty() && pkt->needsResponse();
1115 // which means we go from Modified to Owned (and will respond
1116 // below), remain in Owned (and will respond below), from
1123 if (respond) {
1167 if (!respond && is_deferred) {
1258 bool respond = wb_pkt->cmd == MemCmd::WritebackDirty &&
1269 if (respond) {