simple_thread.hh (3673:34386ba8cb41) simple_thread.hh (3675:dc883b610345)
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;

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

113 TheISA::DTB *dtb;
114#endif
115
116 // constructor: initialize SimpleThread from given process structure
117#if FULL_SYSTEM
118 SimpleThread(BaseCPU *_cpu, int _thread_num, System *_system,
119 TheISA::ITB *_itb, TheISA::DTB *_dtb,
120 bool use_kernel_stats = true);
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;

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

113 TheISA::DTB *dtb;
114#endif
115
116 // constructor: initialize SimpleThread from given process structure
117#if FULL_SYSTEM
118 SimpleThread(BaseCPU *_cpu, int _thread_num, System *_system,
119 TheISA::ITB *_itb, TheISA::DTB *_dtb,
120 bool use_kernel_stats = true);
121
122 void init();
123#else
124 SimpleThread(BaseCPU *_cpu, int _thread_num, Process *_process, int _asid);
125#endif
126
127 SimpleThread();
128
129 virtual ~SimpleThread();
130

--- 355 unchanged lines hidden ---
121#else
122 SimpleThread(BaseCPU *_cpu, int _thread_num, Process *_process, int _asid);
123#endif
124
125 SimpleThread();
126
127 virtual ~SimpleThread();
128

--- 355 unchanged lines hidden ---