intregs.hh (8303:5a95f1d2494e) intregs.hh (8902:75b524b64c28)
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

234 INTREG_R1_FIQ = INTREG_R1,
235 INTREG_R2_FIQ = INTREG_R2,
236 INTREG_R3_FIQ = INTREG_R3,
237 INTREG_R4_FIQ = INTREG_R4,
238 INTREG_R5_FIQ = INTREG_R5,
239 INTREG_R6_FIQ = INTREG_R6,
240 INTREG_R7_FIQ = INTREG_R7,
241 INTREG_PC_FIQ = INTREG_PC,
1/*
2 * Copyright (c) 2010 ARM Limited
3 * All rights reserved
4 *
5 * The license below extends only to copyright in the software and shall
6 * not be construed as granting a license to any other intellectual
7 * property including but not limited to intellectual property relating
8 * to a hardware implementation of the functionality of the software

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

234 INTREG_R1_FIQ = INTREG_R1,
235 INTREG_R2_FIQ = INTREG_R2,
236 INTREG_R3_FIQ = INTREG_R3,
237 INTREG_R4_FIQ = INTREG_R4,
238 INTREG_R5_FIQ = INTREG_R5,
239 INTREG_R6_FIQ = INTREG_R6,
240 INTREG_R7_FIQ = INTREG_R7,
241 INTREG_PC_FIQ = INTREG_PC,
242 INTREG_R15_FIQ = INTREG_R15,
242 INTREG_R15_FIQ = INTREG_R15
243};
244
245typedef IntRegIndex IntRegMap[NUM_ARCH_INTREGS];
246
247const IntRegMap IntRegUsrMap = {
248 INTREG_R0_USR, INTREG_R1_USR, INTREG_R2_USR, INTREG_R3_USR,
249 INTREG_R4_USR, INTREG_R5_USR, INTREG_R6_USR, INTREG_R7_USR,
250 INTREG_R8_USR, INTREG_R9_USR, INTREG_R10_USR, INTREG_R11_USR,

--- 106 unchanged lines hidden ---
243};
244
245typedef IntRegIndex IntRegMap[NUM_ARCH_INTREGS];
246
247const IntRegMap IntRegUsrMap = {
248 INTREG_R0_USR, INTREG_R1_USR, INTREG_R2_USR, INTREG_R3_USR,
249 INTREG_R4_USR, INTREG_R5_USR, INTREG_R6_USR, INTREG_R7_USR,
250 INTREG_R8_USR, INTREG_R9_USR, INTREG_R10_USR, INTREG_R11_USR,

--- 106 unchanged lines hidden ---