pmu.cc (13639:0187e132aa4c) pmu.cc (13848:8a47fb0e701f)
1/*
2 * Copyright (c) 2011-2014, 2017-2019 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

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

328 case MISCREG_PMOVSR: // Overflow Status Register
329 case MISCREG_PMOVSSET:
330 return reg_pmovsr;
331
332 case MISCREG_PMSWINC_EL0:
333 case MISCREG_PMSWINC: // Software Increment Register (RAZ)
334 return 0;
335
1/*
2 * Copyright (c) 2011-2014, 2017-2019 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

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

328 case MISCREG_PMOVSR: // Overflow Status Register
329 case MISCREG_PMOVSSET:
330 return reg_pmovsr;
331
332 case MISCREG_PMSWINC_EL0:
333 case MISCREG_PMSWINC: // Software Increment Register (RAZ)
334 return 0;
335
336 case MISCREG_PMSELR_EL0:
336 case MISCREG_PMSELR:
337 return reg_pmselr;
338
339 case MISCREG_PMCEID0_EL0:
340 return reg_pmceid0;
341
342 case MISCREG_PMCEID1_EL0:
343 return reg_pmceid1;

--- 476 unchanged lines hidden ---
337 case MISCREG_PMSELR:
338 return reg_pmselr;
339
340 case MISCREG_PMCEID0_EL0:
341 return reg_pmceid0;
342
343 case MISCREG_PMCEID1_EL0:
344 return reg_pmceid1;

--- 476 unchanged lines hidden ---