/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)
|