mshr.cc (12715:0c8b4f376378) mshr.cc (12724:4f6fac3191d2)
1/*
2 * Copyright (c) 2012-2013, 2015-2018 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 573 unchanged lines hidden (view full) ---

582 return false;
583 } else {
584 return (targets.checkFunctional(pkt) ||
585 deferredTargets.checkFunctional(pkt));
586 }
587}
588
589bool
1/*
2 * Copyright (c) 2012-2013, 2015-2018 ARM Limited
3 * All rights reserved.
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

--- 573 unchanged lines hidden (view full) ---

582 return false;
583 } else {
584 return (targets.checkFunctional(pkt) ||
585 deferredTargets.checkFunctional(pkt));
586 }
587}
588
589bool
590MSHR::sendPacket(Cache &cache)
590MSHR::sendPacket(BaseCache &cache)
591{
592 return cache.sendMSHRQueuePacket(this);
593}
594
595void
596MSHR::print(std::ostream &os, int verbosity, const std::string &prefix) const
597{
598 ccprintf(os, "%s[%#llx:%#llx](%s) %s %s %s state: %s %s %s %s %s %s\n",

--- 29 unchanged lines hidden ---
591{
592 return cache.sendMSHRQueuePacket(this);
593}
594
595void
596MSHR::print(std::ostream &os, int verbosity, const std::string &prefix) const
597{
598 ccprintf(os, "%s[%#llx:%#llx](%s) %s %s %s state: %s %s %s %s %s %s\n",

--- 29 unchanged lines hidden ---