Deleted Added
sdiff udiff text old ( 4458:d43aab911e6e ) new ( 4478:33c4bf0ab4b9 )
full compact
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
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
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 ---