Home
last modified time | relevance | path

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

/arch/arm/oprofile/
Dop_model_arm11_core.c63 arm11_write_pmnc(PMCR_OFL_PMN0 | PMCR_OFL_PMN1 | PMCR_OFL_CCNT | in arm11_setup_pmu()
125 if ((pmnc & (PMCR_OFL_PMN0 << cnt)) && (pmnc & (PMCR_IEN_PMN0 << cnt))) { in arm11_pmu_interrupt()
Dop_model_arm11_core.h29 #define PMCR_OFL_PMN0 (1 << 8) /* Count reg 0 overflow */ macro