miscregs.cc (10506:aa23216161fa) miscregs.cc (10604:4e09ae443c96)
1/*
2 * Copyright (c) 2010-2013 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

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

3172 return MISCREG_PMCEID1_EL0;
3173 }
3174 break;
3175 case 13:
3176 switch (op2) {
3177 case 0:
3178 return MISCREG_PMCCNTR_EL0;
3179 case 1:
1/*
2 * Copyright (c) 2010-2013 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

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

3172 return MISCREG_PMCEID1_EL0;
3173 }
3174 break;
3175 case 13:
3176 switch (op2) {
3177 case 0:
3178 return MISCREG_PMCCNTR_EL0;
3179 case 1:
3180 return MISCREG_PMCCFILTR_EL0;
3180 return MISCREG_PMXEVTYPER_EL0;
3181 case 2:
3182 return MISCREG_PMXEVCNTR_EL0;
3183 }
3184 break;
3185 case 14:
3186 switch (op2) {
3187 case 0:
3188 return MISCREG_PMUSERENR_EL0;

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

3429 case 3:
3430 return MISCREG_PMEVTYPER3_EL0;
3431 case 4:
3432 return MISCREG_PMEVTYPER4_EL0;
3433 case 5:
3434 return MISCREG_PMEVTYPER5_EL0;
3435 }
3436 break;
3181 case 2:
3182 return MISCREG_PMXEVCNTR_EL0;
3183 }
3184 break;
3185 case 14:
3186 switch (op2) {
3187 case 0:
3188 return MISCREG_PMUSERENR_EL0;

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

3429 case 3:
3430 return MISCREG_PMEVTYPER3_EL0;
3431 case 4:
3432 return MISCREG_PMEVTYPER4_EL0;
3433 case 5:
3434 return MISCREG_PMEVTYPER5_EL0;
3435 }
3436 break;
3437 case 15:
3438 switch (op2) {
3439 case 7:
3440 return MISCREG_PMCCFILTR_EL0;
3441 }
3437 }
3438 break;
3439 case 4:
3440 switch (crm) {
3441 case 0:
3442 switch (op2) {
3443 case 3:
3444 return MISCREG_CNTVOFF_EL2;

--- 107 unchanged lines hidden ---
3442 }
3443 break;
3444 case 4:
3445 switch (crm) {
3446 case 0:
3447 switch (op2) {
3448 case 3:
3449 return MISCREG_CNTVOFF_EL2;

--- 107 unchanged lines hidden ---