dyn_inst.hh (10319:4207f9bfcceb) dyn_inst.hh (10379:c00f6d7e2681)
1/*
2 * Copyright (c) 2010 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

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

225 // no need to forward misc reg values
226 break;
227 }
228 }
229 }
230 /** Calls hardware return from error interrupt. */
231 Fault hwrei();
232 /** Traps to handle specified fault. */
1/*
2 * Copyright (c) 2010 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

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

225 // no need to forward misc reg values
226 break;
227 }
228 }
229 }
230 /** Calls hardware return from error interrupt. */
231 Fault hwrei();
232 /** Traps to handle specified fault. */
233 void trap(Fault fault);
233 void trap(const Fault &fault);
234 bool simPalCheck(int palFunc);
235
236 /** Emulates a syscall. */
237 void syscall(int64_t callnum);
238
239 public:
240
241 // The register accessor methods provide the index of the

--- 93 unchanged lines hidden ---
234 bool simPalCheck(int palFunc);
235
236 /** Emulates a syscall. */
237 void syscall(int64_t callnum);
238
239 public:
240
241 // The register accessor methods provide the index of the

--- 93 unchanged lines hidden ---