lsq.hh (8948:e95ee70f876c) lsq.hh (8975:7f36d4436074)
1/*
2 * Copyright (c) 2011 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

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

292 void recvRetry();
293
294 /**
295 * Handles writing back and completing the load or store that has
296 * returned from memory.
297 *
298 * @param pkt Response packet from the memory sub-system
299 */
1/*
2 * Copyright (c) 2011 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

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

292 void recvRetry();
293
294 /**
295 * Handles writing back and completing the load or store that has
296 * returned from memory.
297 *
298 * @param pkt Response packet from the memory sub-system
299 */
300 bool recvTiming(PacketPtr pkt);
300 bool recvTimingResp(PacketPtr pkt);
301
301
302 bool recvTimingSnoop(PacketPtr pkt);
302 void recvTimingSnoopReq(PacketPtr pkt);
303
304 /** The CPU pointer. */
305 O3CPU *cpu;
306
307 /** The IEW stage pointer. */
308 IEW *iewStage;
309
310 protected:

--- 49 unchanged lines hidden ---
303
304 /** The CPU pointer. */
305 O3CPU *cpu;
306
307 /** The IEW stage pointer. */
308 IEW *iewStage;
309
310 protected:

--- 49 unchanged lines hidden ---