We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
I had an Soc with t
A55 arch and R52 core. I can acees the PMU of register with below command of PMU control register of A55 core.
asm volatile("mrs %0, pmccntr_el0" : "=r" (value));
Is there any way to acees that of the R52 register.
Please help me