Lines Matching defs:source
12 * modified or unmodified, in source code or in binary form.
18 * Redistribution and use in source and binary forms, with or without
20 * met: redistributions of source code must retain the above copyright
78 MSHR::TargetList::updateFlags(PacketPtr pkt, Target::Source source,
81 if (source != Target::FromSnoop) {
97 if (source != Target::FromPrefetcher) {
110 updateFlags(t.pkt, t.source, t.allocOnFill);
116 Counter order, Target::Source source, bool markPending,
119 updateFlags(pkt, source, alloc_on_fill);
134 emplace_back(pkt, readyTime, order, source, markPending, alloc_on_fill);
231 switch (t.source) {
272 // snoop (mem-side request), so set source according to request here
273 Target::Source source = (target->cmd == MemCmd::HardPFReq) ?
275 targets.add(target, when_ready, _order, source, true, alloc_on_fill);
507 assert((it->source == Target::FromCPU) ||
508 (it->source == Target::FromPrefetcher));
512 if (it->source == Target::FromCPU) {
515 assert(it->source == Target::FromSnoop);
604 assert(t.source == Target::FromCPU);
628 assert(t.source == Target::FromCPU);