simple_thread.hh (5543:3af77710f397) simple_thread.hh (5639:67cc7f0427e7)
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
192#endif
193
194 /*******************************************
195 * ThreadContext interface functions.
196 ******************************************/
197

--- 231 unchanged lines hidden ---
188 bool simPalCheck(int palFunc);
189
190#endif
191
192 /*******************************************
193 * ThreadContext interface functions.
194 ******************************************/
195

--- 231 unchanged lines hidden ---