Deleted Added
sdiff udiff text old ( 8229:78bf55f23338 ) new ( 8702:2764cd55d2ad )
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;
9 * redistributions in binary form must reproduce the above copyright

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

220 * @param pkt The request to perform.
221 * @return The result of the access.
222 */
223 Tick atomicAccess(PacketPtr pkt);
224
225 /**
226 * Performs the access specified by the request.
227 * @param pkt The request to perform.
228 * @return The result of the access.
229 */
230 void functionalAccess(PacketPtr pkt, CachePort *incomingPort,
231 CachePort *otherSidePort);
232
233 /**
234 * Handles a response (cache line fill/write ack) from the bus.
235 * @param pkt The request being responded to.
236 */
237 void handleResponse(PacketPtr pkt);
238
239 /**

--- 90 unchanged lines hidden ---