Lines Matching refs:CPU

381   const char *CPU = 0;  in getIntelProcessorTypeAndSubtype()  local
393 CPU = "core2"; in getIntelProcessorTypeAndSubtype()
402 CPU = "penryn"; in getIntelProcessorTypeAndSubtype()
411 CPU = "nehalem"; in getIntelProcessorTypeAndSubtype()
419 CPU = "westmere"; in getIntelProcessorTypeAndSubtype()
426 CPU = "sandybridge"; in getIntelProcessorTypeAndSubtype()
432 CPU = "ivybridge"; in getIntelProcessorTypeAndSubtype()
442 CPU = "haswell"; in getIntelProcessorTypeAndSubtype()
452 CPU = "broadwell"; in getIntelProcessorTypeAndSubtype()
464 CPU = "skylake"; in getIntelProcessorTypeAndSubtype()
471 CPU = "rocketlake"; in getIntelProcessorTypeAndSubtype()
480 CPU = "cooperlake"; in getIntelProcessorTypeAndSubtype()
483 CPU = "cascadelake"; in getIntelProcessorTypeAndSubtype()
486 CPU = "skylake-avx512"; in getIntelProcessorTypeAndSubtype()
493 CPU = "cannonlake"; in getIntelProcessorTypeAndSubtype()
501 CPU = "icelake-client"; in getIntelProcessorTypeAndSubtype()
509 CPU = "tigerlake"; in getIntelProcessorTypeAndSubtype()
526 CPU = "alderlake"; in getIntelProcessorTypeAndSubtype()
533 CPU = "arrowlake"; in getIntelProcessorTypeAndSubtype()
542 CPU = "arrowlake-s"; in getIntelProcessorTypeAndSubtype()
549 CPU = "pantherlake"; in getIntelProcessorTypeAndSubtype()
557 CPU = "icelake-server"; in getIntelProcessorTypeAndSubtype()
566 CPU = "sapphirerapids"; in getIntelProcessorTypeAndSubtype()
573 CPU = "graniterapids"; in getIntelProcessorTypeAndSubtype()
580 CPU = "graniterapids-d"; in getIntelProcessorTypeAndSubtype()
590 CPU = "bonnell"; in getIntelProcessorTypeAndSubtype()
601 CPU = "silvermont"; in getIntelProcessorTypeAndSubtype()
607 CPU = "goldmont"; in getIntelProcessorTypeAndSubtype()
611 CPU = "goldmont-plus"; in getIntelProcessorTypeAndSubtype()
618 CPU = "tremont"; in getIntelProcessorTypeAndSubtype()
624 CPU = "sierraforest"; in getIntelProcessorTypeAndSubtype()
630 CPU = "grandridge"; in getIntelProcessorTypeAndSubtype()
636 CPU = "clearwaterforest"; in getIntelProcessorTypeAndSubtype()
642 CPU = "knl"; in getIntelProcessorTypeAndSubtype()
647 CPU = "knm"; in getIntelProcessorTypeAndSubtype()
659 return CPU; in getIntelProcessorTypeAndSubtype()
667 const char *CPU = 0; in getAMDProcessorTypeAndSubtype() local
671 CPU = "i486"; in getAMDProcessorTypeAndSubtype()
674 CPU = "pentium"; in getAMDProcessorTypeAndSubtype()
678 CPU = "k6"; in getAMDProcessorTypeAndSubtype()
681 CPU = "k6-2"; in getAMDProcessorTypeAndSubtype()
685 CPU = "k6-3"; in getAMDProcessorTypeAndSubtype()
688 CPU = "geode"; in getAMDProcessorTypeAndSubtype()
694 CPU = "athlon-xp"; in getAMDProcessorTypeAndSubtype()
697 CPU = "athlon"; in getAMDProcessorTypeAndSubtype()
701 CPU = "k8-sse3"; in getAMDProcessorTypeAndSubtype()
704 CPU = "k8"; in getAMDProcessorTypeAndSubtype()
707 CPU = "amdfam10"; in getAMDProcessorTypeAndSubtype()
722 CPU = "btver1"; in getAMDProcessorTypeAndSubtype()
726 CPU = "bdver1"; in getAMDProcessorTypeAndSubtype()
729 CPU = "bdver4"; in getAMDProcessorTypeAndSubtype()
734 CPU = "bdver3"; in getAMDProcessorTypeAndSubtype()
739 CPU = "bdver2"; in getAMDProcessorTypeAndSubtype()
749 CPU = "btver2"; in getAMDProcessorTypeAndSubtype()
753 CPU = "znver1"; in getAMDProcessorTypeAndSubtype()
769 CPU = "znver2"; in getAMDProcessorTypeAndSubtype()
782 CPU = "znver3"; in getAMDProcessorTypeAndSubtype()
803 CPU = "znver4"; in getAMDProcessorTypeAndSubtype()
809 CPU = "znver5"; in getAMDProcessorTypeAndSubtype()
821 CPU = "znver5"; in getAMDProcessorTypeAndSubtype()
830 return CPU; in getAMDProcessorTypeAndSubtype()