miscregs.hh (7783:9b880b40ac10) miscregs.hh (8058:a259ab86cabf)
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

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

186 MISCREG_DCISW,
187 MISCREG_MCCSW,
188 MISCREG_DCCMVAU,
189 MISCREG_NSACR,
190 MISCREG_VBAR,
191 MISCREG_MVBAR,
192 MISCREG_ISR,
193 MISCREG_FCEIDR,
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

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

186 MISCREG_DCISW,
187 MISCREG_MCCSW,
188 MISCREG_DCCMVAU,
189 MISCREG_NSACR,
190 MISCREG_VBAR,
191 MISCREG_MVBAR,
192 MISCREG_ISR,
193 MISCREG_FCEIDR,
194 MISCREG_L2LATENCY,
194
195
196 MISCREG_CP15_END,
197
198 // Dummy indices
199 MISCREG_NOP = MISCREG_CP15_END,
200 MISCREG_RAZ,
201

--- 245 unchanged lines hidden ---
195
196
197 MISCREG_CP15_END,
198
199 // Dummy indices
200 MISCREG_NOP = MISCREG_CP15_END,
201 MISCREG_RAZ,
202

--- 245 unchanged lines hidden ---