Home
last modified time | relevance | path

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

/xnu-8792.41.9/osfmk/arm64/
H A Dmonotonic.h73 #define PMCR0_PMI(REG) ((REG) & PMCR0_PMAI) macro
86 bool pmi = PMCR0_PMI(pmcr0); in mt_pmi_pending()
H A Dmonotonic_arm64.c1273 if (!PMCR0_PMI(pmcr0)) { in mt_cpu_pmi()