Lines Matching refs:x86
78 if (c->x86 == 4) in default_init()
80 else if (c->x86 == 3) in default_init()
378 if (info->family == c->x86) in table_lookup_model()
594 c->x86 = 4; in cpu_detect()
600 c->x86 = (tfms >> 8) & 0xf; in cpu_detect()
604 if (c->x86 == 0xf) in cpu_detect()
605 c->x86 += (tfms >> 20) & 0xff; in cpu_detect()
606 if (c->x86 >= 0x6) in cpu_detect()
710 c->x86 = 4; in identify_cpu_without_cpuid()
712 c->x86 = 3; in identify_cpu_without_cpuid()
954 c->x86, c->x86_model); in identify_cpu()
1126 printk(KERN_CONT "%d86", c->x86); in print_cpu_info()
1128 printk(KERN_CONT " (fam: %02x, model: %02x", c->x86, c->x86_model); in print_cpu_info()