cpu.hh (5702:bf84e2fa05f7) cpu.hh (5704:98224505352a)
1/*
2 * Copyright (c) 2004-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;

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

407 InstSeqNum getAndIncrementInstSeq()
408 { return globalSeqNum++; }
409
410 /** Traps to handle given fault. */
411 void trap(Fault fault, unsigned tid);
412
413#if FULL_SYSTEM
414 /** Posts an interrupt. */
1/*
2 * Copyright (c) 2004-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;

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

407 InstSeqNum getAndIncrementInstSeq()
408 { return globalSeqNum++; }
409
410 /** Traps to handle given fault. */
411 void trap(Fault fault, unsigned tid);
412
413#if FULL_SYSTEM
414 /** Posts an interrupt. */
415 void post_interrupt(int int_num, int index);
415 void postInterrupt(int int_num, int index);
416
417 /** HW return from error interrupt. */
418 Fault hwrei(unsigned tid);
419
420 bool simPalCheck(int palFunc, unsigned tid);
421
422 /** Returns the Fault for any valid interrupt. */
423 Fault getInterrupts();

--- 384 unchanged lines hidden ---
416
417 /** HW return from error interrupt. */
418 Fault hwrei(unsigned tid);
419
420 bool simPalCheck(int palFunc, unsigned tid);
421
422 /** Returns the Fault for any valid interrupt. */
423 Fault getInterrupts();

--- 384 unchanged lines hidden ---