fetch.hh (8314:13ac7b9939ef) fetch.hh (8460:3893d9d2c6c2)
1/*
2 * Copyright (c) 2010 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

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

167 Blocked,
168 Fetching,
169 TrapPending,
170 QuiescePending,
171 SwitchOut,
172 ItlbWait,
173 IcacheWaitResponse,
174 IcacheWaitRetry,
1/*
2 * Copyright (c) 2010 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

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

167 Blocked,
168 Fetching,
169 TrapPending,
170 QuiescePending,
171 SwitchOut,
172 ItlbWait,
173 IcacheWaitResponse,
174 IcacheWaitRetry,
175 IcacheAccessComplete
175 IcacheAccessComplete,
176 NoGoodAddr
176 };
177
178 /** Fetching Policy, Add new policies here.*/
179 enum FetchPriority {
180 SingleThread,
181 RoundRobin,
182 Branch,
183 IQ,

--- 359 unchanged lines hidden ---
177 };
178
179 /** Fetching Policy, Add new policies here.*/
180 enum FetchPriority {
181 SingleThread,
182 RoundRobin,
183 Branch,
184 IQ,

--- 359 unchanged lines hidden ---