Lines Matching full:model
241 /* get CPU-Model Information... */ in collect_boot_cpu_data()
242 #define p ((unsigned long *)&boot_cpu_data.pdc.model) in collect_boot_cpu_data()
243 if (pdc_model_info(&boot_cpu_data.pdc.model) == PDC_OK) { in collect_boot_cpu_data()
245 "model %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx %08lx\n", in collect_boot_cpu_data()
248 add_device_randomness(&boot_cpu_data.pdc.model, in collect_boot_cpu_data()
249 sizeof(boot_cpu_data.pdc.model)); in collect_boot_cpu_data()
276 pr_info("HP-UX model name: %s\n", in collect_boot_cpu_data()
282 pr_info("MPE/iX model name: %s\n", serial_no); in collect_boot_cpu_data()
286 boot_cpu_data.hversion = boot_cpu_data.pdc.model.hversion; in collect_boot_cpu_data()
287 boot_cpu_data.sversion = boot_cpu_data.pdc.model.sversion; in collect_boot_cpu_data()
338 /* FWIW, FP rev/model is a more accurate way to determine in init_per_cpu()
339 ** CPU type. CPU rev/model has some ambiguous cases. in init_per_cpu()
342 per_cpu(cpu_data, cpunum).fp_model = coproc_cfg.model; in init_per_cpu()
345 printk(KERN_INFO "FP[%d] enabled: Rev %ld Model %ld\n", in init_per_cpu()
346 cpunum, coproc_cfg.revision, coproc_cfg.model); in init_per_cpu()
436 seq_printf(m, "model\t\t: %s - %s\n", in show_cpuinfo()
453 boot_cpu_data.pdc.model.sw_id); in show_cpuinfo()