Lines Matching refs:x86
79 if (c->x86 == 4) in default_init()
81 else if (c->x86 == 3) in default_init()
360 if (info->family == c->x86) in table_lookup_model()
578 c->x86 = 4; in cpu_detect()
584 c->x86 = (tfms >> 8) & 0xf; in cpu_detect()
588 if (c->x86 == 0xf) in cpu_detect()
589 c->x86 += (tfms >> 20) & 0xff; in cpu_detect()
590 if (c->x86 >= 0x6) in cpu_detect()
695 c->x86 = 4; in identify_cpu_without_cpuid()
697 c->x86 = 3; in identify_cpu_without_cpuid()
939 c->x86, c->x86_model); in identify_cpu()
1111 printk(KERN_CONT "%d86", c->x86); in print_cpu_info()
1113 printk(KERN_CONT " (family: 0x%x, model: 0x%x", c->x86, c->x86_model); in print_cpu_info()