Lines Matching refs:set

301         /// Is the data pointer set to a value that shouldn't be freed
539 // look at the hasSharers flag (if not set, the response is to
578 * first, ignoring the cacheResponding flag if hasSharers is set.
591 flags.set(CACHE_RESPONDING);
597 * above. If the hasSharers flag is not set, the packet is passing
619 void setHasSharers() { flags.set(HAS_SHARERS); }
629 * other copies), the express snoop flag is set by the downstream
631 * the express snoop flag is also set to be able to distinguish
635 void setExpressSnoop() { flags.set(EXPRESS_SNOOP); }
641 * Owned response to a Modified one. If this flag is not set, the
651 flags.set(RESPONDER_HAD_WRITABLE);
667 * by the receiver when the flag is set.
673 flags.set(WRITE_THROUGH);
687 flags.set(SATISFIED);
691 void setSuppressFuncError() { flags.set(SUPPRESS_FUNC_ERROR); }
693 void setBlockCached() { flags.set(BLOCK_CACHED); }
699 * Returns 0 if QoS value was never set (constructor default).
731 * by the address mapper to change an already set address to a new
806 flags.set(VALID_ADDR);
811 flags.set(VALID_SIZE);
828 flags.set(VALID_ADDR);
832 flags.set(VALID_SIZE);
854 flags.set(pkt->flags & COPY_FLAGS);
856 flags.set(pkt->flags & (VALID_ADDR|VALID_SIZE));
868 flags.set(STATIC_DATA);
980 flags.set(VALID_SIZE);
1033 * and back. In essence the pointer is set calling dataStatic on
1037 * copied once into the location originally set. On the way back
1046 flags.set(STATIC_DATA);
1063 flags.set(STATIC_DATA);
1084 flags.set(DYNAMIC_DATA);
1151 void set(T v, ByteOrder endian);
1156 void set(T v)
1257 flags.set(DYNAMIC_DATA);