Home
last modified time | relevance | path

Searched refs:PMU_OVSR_C (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/arm/arm/
H A Dpmu.c63 #define PMU_OVSR_C 0x80000000 /* Cycle Counter */ macro
76 if (r & PMU_OVSR_C) { in pmu_intr()
79 r &= ~PMU_OVSR_C; in pmu_intr()
80 cp15_pmovsr_set(PMU_OVSR_C); in pmu_intr()
/freebsd/sys/arm/include/
H A Dcpu.h83 #define PMU_OVSR_C 0x80000000 /* Cycle Counter */ macro
673 if (r & PMU_OVSR_C) { in get_cyclecount()
676 cp15_pmovsr_set(PMU_OVSR_C); in get_cyclecount()