Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/tprof/
Dtprof_x86_intel.c246 if ((descs[0] & CPUID_PERF_VERSION) == 0) in tprof_intel_ident()
/netbsd/src/sys/arch/x86/include/
Dspecialreg.h613 #define CPUID_PERF_VERSION __BITS(7, 0) /* Version ID */ macro
/netbsd/src/usr.sbin/cpuctl/arch/
Di386.c2331 pmcver = __SHIFTOUT(descs[0], CPUID_PERF_VERSION); in identifycpu()