base.hh (2632:1bb2f91485ea) base.hh (2662:f24ae2d09e27)
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;

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

124 // Pointer to the sampler that is telling us to switchover.
125 // Used to signal the completion of the pipe drain and schedule
126 // the next switchover
127 Sampler *sampler;
128
129 StaticInstPtr curStaticInst;
130
131 void checkForInterrupts();
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;

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

124 // Pointer to the sampler that is telling us to switchover.
125 // Used to signal the completion of the pipe drain and schedule
126 // the next switchover
127 Sampler *sampler;
128
129 StaticInstPtr curStaticInst;
130
131 void checkForInterrupts();
132 Fault setupFetchPacket(Packet *ifetch_pkt);
132 Fault setupFetchRequest(Request *req);
133 void preExecute();
134 void postExecute();
135 void advancePC(Fault fault);
136
137 virtual void deallocateContext(int thread_num);
138 virtual void haltContext(int thread_num);
139
140 // statistics

--- 176 unchanged lines hidden ---
133 void preExecute();
134 void postExecute();
135 void advancePC(Fault fault);
136
137 virtual void deallocateContext(int thread_num);
138 virtual void haltContext(int thread_num);
139
140 // statistics

--- 176 unchanged lines hidden ---