Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/arm64/
H A Dmonotonic_arm64.c183 #define PMCR1_INIT (PMCR1_ALL_EN(CYCLES) | PMCR1_ALL_EN(INSTRS)) macro
191 pmcr1 |= PMCR1_INIT; in core_init_execution_modes()
285 if ((pmcr1 & PMCR1_INIT) == 0) { in core_idle()