Lines Matching refs:CPU
307 const char *CPU = 0; in getIntelProcessorTypeAndSubtype() local
319 CPU = "core2"; in getIntelProcessorTypeAndSubtype()
328 CPU = "penryn"; in getIntelProcessorTypeAndSubtype()
337 CPU = "nehalem"; in getIntelProcessorTypeAndSubtype()
345 CPU = "westmere"; in getIntelProcessorTypeAndSubtype()
352 CPU = "sandybridge"; in getIntelProcessorTypeAndSubtype()
358 CPU = "ivybridge"; in getIntelProcessorTypeAndSubtype()
368 CPU = "haswell"; in getIntelProcessorTypeAndSubtype()
378 CPU = "broadwell"; in getIntelProcessorTypeAndSubtype()
390 CPU = "skylake"; in getIntelProcessorTypeAndSubtype()
397 CPU = "rocketlake"; in getIntelProcessorTypeAndSubtype()
406 CPU = "cooperlake"; in getIntelProcessorTypeAndSubtype()
409 CPU = "cascadelake"; in getIntelProcessorTypeAndSubtype()
412 CPU = "skylake-avx512"; in getIntelProcessorTypeAndSubtype()
419 CPU = "cannonlake"; in getIntelProcessorTypeAndSubtype()
427 CPU = "icelake-client"; in getIntelProcessorTypeAndSubtype()
435 CPU = "tigerlake"; in getIntelProcessorTypeAndSubtype()
443 CPU = "alderlake"; in getIntelProcessorTypeAndSubtype()
451 CPU = "icelake-server"; in getIntelProcessorTypeAndSubtype()
458 CPU = "sapphirerapids"; in getIntelProcessorTypeAndSubtype()
468 CPU = "bonnell"; in getIntelProcessorTypeAndSubtype()
479 CPU = "silvermont"; in getIntelProcessorTypeAndSubtype()
485 CPU = "goldmont"; in getIntelProcessorTypeAndSubtype()
489 CPU = "goldmont-plus"; in getIntelProcessorTypeAndSubtype()
493 CPU = "tremont"; in getIntelProcessorTypeAndSubtype()
498 CPU = "knl"; in getIntelProcessorTypeAndSubtype()
503 CPU = "knm"; in getIntelProcessorTypeAndSubtype()
515 return CPU; in getIntelProcessorTypeAndSubtype()
524 const char *CPU = 0; in getAMDProcessorTypeAndSubtype() local
528 CPU = "amdfam10"; in getAMDProcessorTypeAndSubtype()
543 CPU = "btver1"; in getAMDProcessorTypeAndSubtype()
547 CPU = "bdver1"; in getAMDProcessorTypeAndSubtype()
550 CPU = "bdver4"; in getAMDProcessorTypeAndSubtype()
555 CPU = "bdver3"; in getAMDProcessorTypeAndSubtype()
560 CPU = "bdver2"; in getAMDProcessorTypeAndSubtype()
570 CPU = "btver2"; in getAMDProcessorTypeAndSubtype()
574 CPU = "znver1"; in getAMDProcessorTypeAndSubtype()
577 CPU = "znver2"; in getAMDProcessorTypeAndSubtype()
587 CPU = "znver3"; in getAMDProcessorTypeAndSubtype()
598 return CPU; in getAMDProcessorTypeAndSubtype()