miscregs.cc (7405:7a938baf14be) miscregs.cc (7406:ddc26bd4ea7d)
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

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

148 return MISCREG_SDER;
149 case 2:
150 return MISCREG_NSACR;
151 }
152 }
153 }
154 break;
155 case 2:
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

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

148 return MISCREG_SDER;
149 case 2:
150 return MISCREG_NSACR;
151 }
152 }
153 }
154 break;
155 case 2:
156 if (opc2 == 0 && crm == 0) {
156 if (opc1 == 0 && crm == 0) {
157 switch (opc2) {
158 case 0:
159 return MISCREG_TTBR0;
160 case 1:
161 return MISCREG_TTBR1;
162 case 2:
163 return MISCREG_TTBCR;
164 }

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

403 return MISCREG_ISR;
404 }
405 }
406 }
407 break;
408 case 13:
409 if (opc1 == 0) {
410 if (crm == 0) {
157 switch (opc2) {
158 case 0:
159 return MISCREG_TTBR0;
160 case 1:
161 return MISCREG_TTBR1;
162 case 2:
163 return MISCREG_TTBCR;
164 }

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

403 return MISCREG_ISR;
404 }
405 }
406 }
407 break;
408 case 13:
409 if (opc1 == 0) {
410 if (crm == 0) {
411 switch (crm) {
411 switch (opc2) {
412 case 0:
413 return MISCREG_FCEIDR;
414 case 1:
415 return MISCREG_CONTEXTIDR;
416 case 2:
417 return MISCREG_TPIDRURW;
418 case 3:
419 return MISCREG_TPIDRURO;

--- 17 unchanged lines hidden ---
412 case 0:
413 return MISCREG_FCEIDR;
414 case 1:
415 return MISCREG_CONTEXTIDR;
416 case 2:
417 return MISCREG_TPIDRURW;
418 case 3:
419 return MISCREG_TPIDRURO;

--- 17 unchanged lines hidden ---