cache.hh (4458:d43aab911e6e) cache.hh (4478:33c4bf0ab4b9)
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

84 // cache pointer there.
85 Cache<TagStore,Coherence> *myCache() {
86 return static_cast<Cache<TagStore,Coherence> *>(cache);
87 }
88
89 void processRequestEvent();
90 void processResponseEvent();
91
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

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

84 // cache pointer there.
85 Cache<TagStore,Coherence> *myCache() {
86 return static_cast<Cache<TagStore,Coherence> *>(cache);
87 }
88
89 void processRequestEvent();
90 void processResponseEvent();
91
92 virtual void getDeviceAddressRanges(AddrRangeList &resp,
93 bool &snoop);
94
92 virtual bool recvTiming(PacketPtr pkt);
93
94 virtual void recvRetry();
95
96 virtual Tick recvAtomic(PacketPtr pkt);
97
98 virtual void recvFunctional(PacketPtr pkt);
99

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

119 // cache pointer there.
120 Cache<TagStore,Coherence> *myCache() {
121 return static_cast<Cache<TagStore,Coherence> *>(cache);
122 }
123
124 void processRequestEvent();
125 void processResponseEvent();
126
95 virtual bool recvTiming(PacketPtr pkt);
96
97 virtual void recvRetry();
98
99 virtual Tick recvAtomic(PacketPtr pkt);
100
101 virtual void recvFunctional(PacketPtr pkt);
102

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

122 // cache pointer there.
123 Cache<TagStore,Coherence> *myCache() {
124 return static_cast<Cache<TagStore,Coherence> *>(cache);
125 }
126
127 void processRequestEvent();
128 void processResponseEvent();
129
130 virtual void getDeviceAddressRanges(AddrRangeList &resp,
131 bool &snoop);
132
127 virtual bool recvTiming(PacketPtr pkt);
128
129 virtual void recvRetry();
130
131 virtual Tick recvAtomic(PacketPtr pkt);
132
133 virtual void recvFunctional(PacketPtr pkt);
134

--- 330 unchanged lines hidden ---
133 virtual bool recvTiming(PacketPtr pkt);
134
135 virtual void recvRetry();
136
137 virtual Tick recvAtomic(PacketPtr pkt);
138
139 virtual void recvFunctional(PacketPtr pkt);
140

--- 330 unchanged lines hidden ---