system.hh (5714:76abee886def) system.hh (5718:323cfbfec1a4)
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;

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

219 Addr getKernelEntry() const { return kernelEntry; }
220
221#else
222
223 Addr new_page();
224
225#endif // FULL_SYSTEM
226
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;

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

219 Addr getKernelEntry() const { return kernelEntry; }
220
221#else
222
223 Addr new_page();
224
225#endif // FULL_SYSTEM
226
227 int registerThreadContext(ThreadContext *tc);
227 int registerThreadContext(ThreadContext *tc, int assigned=-1);
228 void replaceThreadContext(ThreadContext *tc, int context_id);
229
230 void serialize(std::ostream &os);
231 void unserialize(Checkpoint *cp, const std::string &section);
232
233 public:
234 ////////////////////////////////////////////
235 //

--- 13 unchanged lines hidden ---
228 void replaceThreadContext(ThreadContext *tc, int context_id);
229
230 void serialize(std::ostream &os);
231 void unserialize(Checkpoint *cp, const std::string &section);
232
233 public:
234 ////////////////////////////////////////////
235 //

--- 13 unchanged lines hidden ---