Lines Matching defs:cpuid
819 /* Return zero when the cpuid from the mapfile.csv matches the
820 * cpuid string generated on this platform.
823 int __weak strcmp_cpuid_str(const char *mapcpuid, const char *cpuid)
835 match = !regexec(&re, cpuid, 1, pmatch, 0);
841 if (match_len == strlen(cpuid))
1885 fprintf(fp, "# cpuid : %s\n", ff->ph->env.cpuid);
2223 FEAT_PROCESS_STR_FUN(cpuid, cpuid);
3107 FEAT_OPR(CPUID, cpuid, false),