lsq.hh (3192:f3e215dda3f6) lsq.hh (3647:8121d4503cbc)
1/*
2 * Copyright (c) 2004-2006 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;

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

293 LSQ *lsq;
294
295 public:
296 /** Default constructor. */
297 DcachePort(LSQ *_lsq)
298 : lsq(_lsq)
299 { }
300
1/*
2 * Copyright (c) 2004-2006 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;

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

293 LSQ *lsq;
294
295 public:
296 /** Default constructor. */
297 DcachePort(LSQ *_lsq)
298 : lsq(_lsq)
299 { }
300
301 bool snoopRangeSent;
302
301 protected:
302 /** Atomic version of receive. Panics. */
303 virtual Tick recvAtomic(PacketPtr pkt);
304
305 /** Functional version of receive. Panics. */
306 virtual void recvFunctional(PacketPtr pkt);
307
308 /** Receives status change. Other than range changing, panics. */

--- 75 unchanged lines hidden ---
303 protected:
304 /** Atomic version of receive. Panics. */
305 virtual Tick recvAtomic(PacketPtr pkt);
306
307 /** Functional version of receive. Panics. */
308 virtual void recvFunctional(PacketPtr pkt);
309
310 /** Receives status change. Other than range changing, panics. */

--- 75 unchanged lines hidden ---