pipeline.cc (13632:483aaa00c69c) pipeline.cc (13966:3189413c5894)
1/*
2 * Copyright (c) 2013-2014 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

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

194{
195 return execute.getDcachePort();
196}
197
198void
199Pipeline::wakeupFetch(ThreadID tid)
200{
201 fetch1.wakeupFetch(tid);
1/*
2 * Copyright (c) 2013-2014 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

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

194{
195 return execute.getDcachePort();
196}
197
198void
199Pipeline::wakeupFetch(ThreadID tid)
200{
201 fetch1.wakeupFetch(tid);
202 fetch2.dumpAllInput(tid);
203}
204
205bool
206Pipeline::drain()
207{
208 DPRINTF(MinorCPU, "Draining pipeline by halting inst fetches. "
209 " Execution should drain naturally\n");
210

--- 55 unchanged lines hidden ---
202}
203
204bool
205Pipeline::drain()
206{
207 DPRINTF(MinorCPU, "Draining pipeline by halting inst fetches. "
208 " Execution should drain naturally\n");
209

--- 55 unchanged lines hidden ---