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

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

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);
301
302 bool recvTimingSnoop(PacketPtr pkt);
303
304 /** The CPU pointer. */
305 O3CPU *cpu;
306
307 /** The IEW stage pointer. */
308 IEW *iewStage;
309
310 protected:
311 /** The LSQ policy for SMT mode. */

--- 48 unchanged lines hidden ---