Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/arm/
H A Dpmu.c64 #define PMU_OVSR_C 0x80000000 /* Cycle Counter */ macro
80 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()
/f-stack/freebsd/arm/include/
H A Dcpu.h31 if (r & PMU_OVSR_C) { in get_cyclecount()
34 cp15_pmovsr_set(PMU_OVSR_C); in get_cyclecount()
H A Dcpu-v6.h88 #define PMU_OVSR_C 0x80000000 /* Cycle Counter */ macro