Home
last modified time | relevance | path

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

/xnu-12377.61.12/osfmk/arm64/
H A Dmonotonic_arm64.c174 #define PMCR1_INIT (PMCR1_ALL_EN(CYCLES) | PMCR1_ALL_EN(INSTRS)) macro
182 pmcr1 |= PMCR1_INIT; in core_init_execution_modes()
298 if ((pmcr1 & PMCR1_INIT) == 0) { in core_idle()