Searched refs:PMCF_E (Results 1 – 3 of 3) sorted by relevance
276 if (!(ctl_shadow[1] & (PMCF_E << 16))) in writectl5()285 if (!(ctl_shadow[0] & (PMCF_E << 16))) in writectl5()
288 pmc.pmc_flags = PMCF_E | PMCF_OS | PMCF_USR; in sysctl_machdep_cputime_clock()
78 #define PMCF_E 0x04 /* use edge-detection mode */ macro