Searched refs:NPMC (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/i386/i386/
H A Dperfmon.c49 static int msr_ctl[NPMC];
51 static int msr_pmc[NPMC];
52 static unsigned int ctl_shadow[NPMC];
53 static quad_t pmc_shadow[NPMC]; /* used when ctr is stopped on P5 */
133 if (pmc < 0 || pmc >= NPMC)
149 if (pmc < 0 || pmc >= NPMC)
162 if (pmc < 0 || pmc >= NPMC)
179 if (pmc < 0 || pmc >= NPMC)
198 if (pmc < 0 || pmc >= NPMC)
215 if (pmc < 0 || pmc >= NPMC)
[all...]
/freebsd-11-stable/sys/i386/include/
H A Dperfmon.h45 #define NPMC 2 macro

Completed in 91 milliseconds