cpu.hh (10408:a59c189de383) cpu.hh (10417:710ee116eb68)
1/*
2 * Copyright (c) 2011-2013 ARM Limited
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * All rights reserved
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

371
372 void verifyMemoryMode() const;
373
374 /** Get the current instruction sequence number, and increment it. */
375 InstSeqNum getAndIncrementInstSeq()
376 { return globalSeqNum++; }
377
378 /** Traps to handle given fault. */
1/*
2 * Copyright (c) 2011-2013 ARM Limited
3 * Copyright (c) 2013 Advanced Micro Devices, Inc.
4 * All rights reserved
5 *
6 * The license below extends only to copyright in the software and shall
7 * not be construed as granting a license to any other intellectual
8 * property including but not limited to intellectual property relating

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

371
372 void verifyMemoryMode() const;
373
374 /** Get the current instruction sequence number, and increment it. */
375 InstSeqNum getAndIncrementInstSeq()
376 { return globalSeqNum++; }
377
378 /** Traps to handle given fault. */
379 void trap(const Fault &fault, ThreadID tid, StaticInstPtr inst);
379 void trap(const Fault &fault, ThreadID tid, const StaticInstPtr &inst);
380
381 /** HW return from error interrupt. */
382 Fault hwrei(ThreadID tid);
383
384 bool simPalCheck(int palFunc, ThreadID tid);
385
386 /** Returns the Fault for any valid interrupt. */
387 Fault getInterrupts();

--- 357 unchanged lines hidden ---
380
381 /** HW return from error interrupt. */
382 Fault hwrei(ThreadID tid);
383
384 bool simPalCheck(int palFunc, ThreadID tid);
385
386 /** Returns the Fault for any valid interrupt. */
387 Fault getInterrupts();

--- 357 unchanged lines hidden ---