Home
last modified time | relevance | path

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

/freebsd/sys/i386/i386/
H A Dperfmon.c46 static int msr_ctl[NPMC];
48 static int msr_pmc[NPMC];
49 static unsigned int ctl_shadow[NPMC];
50 static quad_t pmc_shadow[NPMC]; /* used when ctr is stopped on P5 */
129 if (pmc < 0 || pmc >= NPMC) in perfmon_setup()
145 if (pmc < 0 || pmc >= NPMC) in perfmon_get()
158 if (pmc < 0 || pmc >= NPMC) in perfmon_fini()
175 if (pmc < 0 || pmc >= NPMC) in perfmon_start()
194 if (pmc < 0 || pmc >= NPMC) in perfmon_stop()
211 if (pmc < 0 || pmc >= NPMC) in perfmon_read()
[all …]
/freebsd/sys/i386/include/
H A Dperfmon.h43 #define NPMC 2 macro