Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/tprof/
Dtprof_x86_intel.c111 return __SHIFTOUT(descs[0], CPUID_PERF_NGPPC); in tprof_intel_ncounters()
249 if ((descs[0] & CPUID_PERF_NGPPC) == 0) in tprof_intel_ident()
/netbsd/src/sys/arch/x86/include/
Dspecialreg.h614 #define CPUID_PERF_NGPPC __BITS(15, 8) /* Num of G.P. perf counter */ macro
/netbsd/src/usr.sbin/cpuctl/arch/
Di386.c2332 ncounter = __SHIFTOUT(descs[0], CPUID_PERF_NGPPC); in identifycpu()