Lines Matching refs:x86
75 if (c->x86 == 4) in default_init()
77 else if (c->x86 == 3) in default_init()
360 if (info->family == c->x86) in table_lookup_model()
582 c->x86 = 4; in cpu_detect()
588 c->x86 = (tfms >> 8) & 0xf; in cpu_detect()
592 if (c->x86 == 0xf) in cpu_detect()
593 c->x86 += (tfms >> 20) & 0xff; in cpu_detect()
594 if (c->x86 >= 0x6) in cpu_detect()
665 c->x86 = 4; in identify_cpu_without_cpuid()
667 c->x86 = 3; in identify_cpu_without_cpuid()
894 c->x86, c->x86_model); in identify_cpu()
1041 printk(KERN_CONT "%d86", c->x86); in print_cpu_info()
1043 printk(KERN_CONT " (fam: %02x, model: %02x", c->x86, c->x86_model); in print_cpu_info()