Searched refs:PMU_OVSR_C (Results 1 – 3 of 3) sorted by relevance
64 #define PMU_OVSR_C 0x80000000 /* Cycle Counter */ macro80 if (r & PMU_OVSR_C) { in pmu_intr()83 r &= ~PMU_OVSR_C; in pmu_intr()84 cp15_pmovsr_set(PMU_OVSR_C); in pmu_intr()
31 if (r & PMU_OVSR_C) { in get_cyclecount()34 cp15_pmovsr_set(PMU_OVSR_C); in get_cyclecount()
88 #define PMU_OVSR_C 0x80000000 /* Cycle Counter */ macro