base.cc (2671:28ad11557754) base.cc (2672:268abc78c6af)
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;

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

74{
75#if FULL_SYSTEM
76 cpuXC = new CPUExecContext(this, 0, p->system, p->itb, p->dtb);
77#else
78 cpuXC = new CPUExecContext(this, /* thread_num */ 0, p->process,
79 /* asid */ 0, mem);
80#endif // !FULL_SYSTEM
81
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;

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

74{
75#if FULL_SYSTEM
76 cpuXC = new CPUExecContext(this, 0, p->system, p->itb, p->dtb);
77#else
78 cpuXC = new CPUExecContext(this, /* thread_num */ 0, p->process,
79 /* asid */ 0, mem);
80#endif // !FULL_SYSTEM
81
82 cpuXC->setStatus(ExecContext::Suspended);
83
82 xcProxy = cpuXC->getProxy();
83
84 numInst = 0;
85 startNumInst = 0;
86 numLoad = 0;
87 startNumLoad = 0;
88 lastIcacheStall = 0;
89 lastDcacheStall = 0;

--- 383 unchanged lines hidden ---
84 xcProxy = cpuXC->getProxy();
85
86 numInst = 0;
87 startNumInst = 0;
88 numLoad = 0;
89 startNumLoad = 0;
90 lastIcacheStall = 0;
91 lastDcacheStall = 0;

--- 383 unchanged lines hidden ---