miscregs.cc (8549:7cff2156c998) miscregs.cc (8550:8ac6c1fa657f)
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

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

458 case 4:
459 return MISCREG_TPIDRPRW;
460 }
461 }
462 }
463 break;
464 case 15:
465 // Implementation defined
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

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

458 case 4:
459 return MISCREG_TPIDRPRW;
460 }
461 }
462 }
463 break;
464 case 15:
465 // Implementation defined
466 break;
466 return MISCREG_CRN15;
467 }
468 // Unrecognized register
469 return NUM_MISCREGS;
470}
471
472};
467 }
468 // Unrecognized register
469 return NUM_MISCREGS;
470}
471
472};