simple_thread.hh (5639:67cc7f0427e7) simple_thread.hh (5640:c811ced9efc1)
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 bool simPalCheck(int palFunc);
189
190#endif
191
192 /*******************************************
193 * ThreadContext interface functions.
194 ******************************************/
195
196 BaseCPU *getCpuPtr() { return cpu; }
197

--- 229 unchanged lines hidden ---
188#endif
189
190 /*******************************************
191 * ThreadContext interface functions.
192 ******************************************/
193
194 BaseCPU *getCpuPtr() { return cpu; }
195

--- 229 unchanged lines hidden ---