base.hh (8229:78bf55f23338) base.hh (8276:66bb0d8ae8bf)
1/*
2 * Copyright (c) 2002-2005 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;

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

119 * objects to modify this thread's state.
120 */
121 ThreadContext *tc;
122 protected:
123
124 enum Status {
125 Idle,
126 Running,
1/*
2 * Copyright (c) 2002-2005 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;

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

119 * objects to modify this thread's state.
120 */
121 ThreadContext *tc;
122 protected:
123
124 enum Status {
125 Idle,
126 Running,
127 Faulting,
127 ITBWaitResponse,
128 IcacheRetry,
129 IcacheWaitResponse,
130 IcacheWaitSwitch,
131 DTBWaitResponse,
132 DcacheRetry,
133 DcacheWaitResponse,
134 DcacheWaitSwitch,

--- 277 unchanged lines hidden ---
128 ITBWaitResponse,
129 IcacheRetry,
130 IcacheWaitResponse,
131 IcacheWaitSwitch,
132 DTBWaitResponse,
133 DcacheRetry,
134 DcacheWaitResponse,
135 DcacheWaitSwitch,

--- 277 unchanged lines hidden ---