HomeSort by: relevance | last modified time | path
    Searched defs:pmcver (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/cpuctl/arch/
i386.c 2328 unsigned int pmcver, ncounter, veclen; local in function:identifycpu
2331 pmcver = __SHIFTOUT(descs[0], CPUID_PERF_VERSION);
2335 cpuname, pmcver);
2336 if (((pmcver >= 3) && (pmcver <= 4)) ||
2337 ((pmcver >= 5) &&
2357 if (pmcver >= 2) {
2365 if (pmcver <= 4)
i386.c 2328 unsigned int pmcver, ncounter, veclen; local in function:identifycpu
2331 pmcver = __SHIFTOUT(descs[0], CPUID_PERF_VERSION);
2335 cpuname, pmcver);
2336 if (((pmcver >= 3) && (pmcver <= 4)) ||
2337 ((pmcver >= 5) &&
2357 if (pmcver >= 2) {
2365 if (pmcver <= 4)
i386.c 2328 unsigned int pmcver, ncounter, veclen; local in function:identifycpu
2331 pmcver = __SHIFTOUT(descs[0], CPUID_PERF_VERSION);
2335 cpuname, pmcver);
2336 if (((pmcver >= 3) && (pmcver <= 4)) ||
2337 ((pmcver >= 5) &&
2357 if (pmcver >= 2) {
2365 if (pmcver <= 4)
i386.c 2328 unsigned int pmcver, ncounter, veclen; local in function:identifycpu
2331 pmcver = __SHIFTOUT(descs[0], CPUID_PERF_VERSION);
2335 cpuname, pmcver);
2336 if (((pmcver >= 3) && (pmcver <= 4)) ||
2337 ((pmcver >= 5) &&
2357 if (pmcver >= 2) {
2365 if (pmcver <= 4)

Completed in 47 milliseconds