simple_thread.hh (3453:c3ce58882751) simple_thread.hh (3454:26850ac19a39)
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;

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

163
164 Fault translateDataWriteReq(RequestPtr &req)
165 {
166 return dtb->translate(req, tc, true);
167 }
168
169 void dumpFuncProfile();
170
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;

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

163
164 Fault translateDataWriteReq(RequestPtr &req)
165 {
166 return dtb->translate(req, tc, true);
167 }
168
169 void dumpFuncProfile();
170
171 int readIntrFlag() { return regs.intrflag; }
172 void setIntrFlag(int val) { regs.intrflag = val; }
173 Fault hwrei();
174
175 bool simPalCheck(int palFunc);
176#else
177 Fault translateInstReq(RequestPtr &req)
178 {
179 return process->pTable->translate(req);
180 }

--- 307 unchanged lines hidden ---
171 Fault hwrei();
172
173 bool simPalCheck(int palFunc);
174#else
175 Fault translateInstReq(RequestPtr &req)
176 {
177 return process->pTable->translate(req);
178 }

--- 307 unchanged lines hidden ---