simple_thread.hh (9441:1133617844c8) simple_thread.hh (9461:67a6ba6604c8)
1/*
2 * Copyright (c) 2011 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

145 virtual void takeOverFrom(ThreadContext *oldContext);
146
147 void regStats(const std::string &name);
148
149 void copyState(ThreadContext *oldContext);
150
151 void serialize(std::ostream &os);
152 void unserialize(Checkpoint *cp, const std::string &section);
1/*
2 * Copyright (c) 2011 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

145 virtual void takeOverFrom(ThreadContext *oldContext);
146
147 void regStats(const std::string &name);
148
149 void copyState(ThreadContext *oldContext);
150
151 void serialize(std::ostream &os);
152 void unserialize(Checkpoint *cp, const std::string &section);
153 void startup();
153
154 /***************************************************************
155 * SimpleThread functions to provide CPU with access to various
156 * state.
157 **************************************************************/
158
159 /** Returns the pointer to this SimpleThread's ThreadContext. Used
160 * when a ThreadContext must be passed to objects outside of the

--- 245 unchanged lines hidden ---
154
155 /***************************************************************
156 * SimpleThread functions to provide CPU with access to various
157 * state.
158 **************************************************************/
159
160 /** Returns the pointer to this SimpleThread's ThreadContext. Used
161 * when a ThreadContext must be passed to objects outside of the

--- 245 unchanged lines hidden ---