cache.hh (12724:4f6fac3191d2) cache.hh (13017:a620da03ab10)
1/*
2 * Copyright (c) 2012-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

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

105
106 void serviceMSHRTargets(MSHR *mshr, const PacketPtr pkt, CacheBlk *blk,
107 PacketList& writebacks) override;
108
109 void recvTimingSnoopReq(PacketPtr pkt) override;
110
111 void recvTimingSnoopResp(PacketPtr pkt) override;
112
1/*
2 * Copyright (c) 2012-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

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

105
106 void serviceMSHRTargets(MSHR *mshr, const PacketPtr pkt, CacheBlk *blk,
107 PacketList& writebacks) override;
108
109 void recvTimingSnoopReq(PacketPtr pkt) override;
110
111 void recvTimingSnoopResp(PacketPtr pkt) override;
112
113 Cycles handleAtomicReqMiss(PacketPtr pkt, CacheBlk *blk,
113 Cycles handleAtomicReqMiss(PacketPtr pkt, CacheBlk *&blk,
114 PacketList &writebacks) override;
115
116 Tick recvAtomic(PacketPtr pkt) override;
117
118 Tick recvAtomicSnoop(PacketPtr pkt) override;
119
120 void satisfyRequest(PacketPtr pkt, CacheBlk *blk,
121 bool deferred_response = false,

--- 57 unchanged lines hidden ---
114 PacketList &writebacks) override;
115
116 Tick recvAtomic(PacketPtr pkt) override;
117
118 Tick recvAtomicSnoop(PacketPtr pkt) override;
119
120 void satisfyRequest(PacketPtr pkt, CacheBlk *blk,
121 bool deferred_response = false,

--- 57 unchanged lines hidden ---