cache.hh (12334:e0ab29a34764) cache.hh (12343:51ae6d08466f)
1/*
2 * Copyright (c) 2012-2016 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

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

85
86 // a pointer to our specific cache implementation
87 Cache *cache;
88
89 protected:
90
91 virtual bool recvTimingSnoopResp(PacketPtr pkt);
92
1/*
2 * Copyright (c) 2012-2016 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

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

85
86 // a pointer to our specific cache implementation
87 Cache *cache;
88
89 protected:
90
91 virtual bool recvTimingSnoopResp(PacketPtr pkt);
92
93 virtual bool tryTiming(PacketPtr pkt);
94
93 virtual bool recvTimingReq(PacketPtr pkt);
94
95 virtual Tick recvAtomic(PacketPtr pkt);
96
97 virtual void recvFunctional(PacketPtr pkt);
98
99 virtual AddrRangeList getAddrRanges() const;
100

--- 528 unchanged lines hidden ---
95 virtual bool recvTimingReq(PacketPtr pkt);
96
97 virtual Tick recvAtomic(PacketPtr pkt);
98
99 virtual void recvFunctional(PacketPtr pkt);
100
101 virtual AddrRangeList getAddrRanges() const;
102

--- 528 unchanged lines hidden ---