Lines Matching defs:source
12 * modified or unmodified, in source code or in binary form.
17 * Redistribution and use in source and binary forms, with or without
19 * met: redistributions of source code must retain the above copyright
136 const Source source; //!< Request from cpu, memory, or prefetcher?
160 : QueueEntry::Target(_pkt, _readyTime, _order), source(_source),
181 * Use the provided packet and the source to update the
185 * @param source Indicates the source of the packet
188 void updateFlags(PacketPtr pkt, Target::Source source,
272 * @param source Indicates the source agent of the packet
277 Target::Source source, bool markPending, bool alloc_on_fill);