Lines Matching defs:model
1768 static const char model_marker[] = "cpu model\t\t: ";
1772 static const char model_marker[] = "model name\t: ";
1798 unsigned model;
1812 char (*model)[64];
1881 /* arm64: translate CPU part code to model name. */
1892 for (model = models; !found && model < ARRAY_END(models); model++)
1893 found = !strncmp(p, *model, strlen(*model));
1898 if (**model == '\0')
1899 snprintf(*model, sizeof(*model), "%.*s", n, p);
1902 (*cpus)[cpu].model = model - models;
1954 .model = p + c->model * sizeof(*model),