thread_context.hh (8764:e4660687c49f) thread_context.hh (8767:e575781f71b8)
1/*
2 * Copyright (c) 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;

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

91
92#if FULL_SYSTEM
93 System *getSystemPtr() { return actualTC->getSystemPtr(); }
94
95 PhysicalMemory *getPhysMemPtr() { return actualTC->getPhysMemPtr(); }
96
97 TheISA::Kernel::Statistics *getKernelStats()
98 { return actualTC->getKernelStats(); }
1/*
2 * Copyright (c) 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;

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

91
92#if FULL_SYSTEM
93 System *getSystemPtr() { return actualTC->getSystemPtr(); }
94
95 PhysicalMemory *getPhysMemPtr() { return actualTC->getPhysMemPtr(); }
96
97 TheISA::Kernel::Statistics *getKernelStats()
98 { return actualTC->getKernelStats(); }
99#else
100 Process *getProcessPtr() { return actualTC->getProcessPtr(); }
101#endif
99#endif
100 Process *getProcessPtr() { return actualTC->getProcessPtr(); }
102
103 TranslatingPort *getMemPort() { return actualTC->getMemPort(); }
104
105 VirtualPort *getVirtPort()
106 { return actualTC->getVirtPort(); }
107
108 FunctionalPort *getPhysPort() { return actualTC->getPhysPort(); }
109

--- 152 unchanged lines hidden ---
101
102 TranslatingPort *getMemPort() { return actualTC->getMemPort(); }
103
104 VirtualPort *getVirtPort()
105 { return actualTC->getVirtPort(); }
106
107 FunctionalPort *getPhysPort() { return actualTC->getPhysPort(); }
108

--- 152 unchanged lines hidden ---