simple_thread.hh (5668:5b5a9f4203d1) simple_thread.hh (5702:bf84e2fa05f7)
1/*
2 * Copyright (c) 2001-2006 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;

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

180 }
181
182#if FULL_SYSTEM
183 int getInstAsid() { return regs.instAsid(); }
184 int getDataAsid() { return regs.dataAsid(); }
185
186 void dumpFuncProfile();
187
1/*
2 * Copyright (c) 2001-2006 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;

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

180 }
181
182#if FULL_SYSTEM
183 int getInstAsid() { return regs.instAsid(); }
184 int getDataAsid() { return regs.dataAsid(); }
185
186 void dumpFuncProfile();
187
188 Fault hwrei();
189
190 bool simPalCheck(int palFunc);
191
188#endif
189
190 /*******************************************
191 * ThreadContext interface functions.
192 ******************************************/
193
194 BaseCPU *getCpuPtr() { return cpu; }
195

--- 223 unchanged lines hidden ---
192#endif
193
194 /*******************************************
195 * ThreadContext interface functions.
196 ******************************************/
197
198 BaseCPU *getCpuPtr() { return cpu; }
199

--- 223 unchanged lines hidden ---