Searched refs:pa_cpu_string (Results 1 – 4 of 4) sorted by relevance
143 const char *pa_cpu_string; variable226 if (pa_cpu_string == NULL) in override_options()227 pa_cpu_string = TARGET_SCHED_DEFAULT; in override_options()229 if (! strcmp (pa_cpu_string, "8000")) in override_options()231 pa_cpu_string = "8000"; in override_options()234 else if (! strcmp (pa_cpu_string, "7100")) in override_options()236 pa_cpu_string = "7100"; in override_options()239 else if (! strcmp (pa_cpu_string, "700")) in override_options()241 pa_cpu_string = "700"; in override_options()244 else if (! strcmp (pa_cpu_string, "7100LC")) in override_options()[all …]
49 extern const char *pa_cpu_string;309 { "schedule=", &pa_cpu_string, \
16145 (pa_cpu_string, pa_arch_string): Constify a char*.16159 (pa_cpu_string, pa_arch_string): Constify a char*.
3096 Do not call strcmp if pa_cpu_string is null.