Lines Matching refs:this_cpu
63 static struct cpu_dev *this_cpu __cpuinitdata;
230 if (!this_cpu) in table_lookup_model()
233 info = this_cpu->c_models; in table_lookup_model()
338 if (this_cpu->c_size_cache) in display_cacheinfo()
339 l2size = this_cpu->c_size_cache(c, l2size); in display_cacheinfo()
430 this_cpu = cpu_devs[i]; in get_cpu_vendor()
431 c->x86_vendor = this_cpu->c_x86_vendor; in get_cpu_vendor()
443 this_cpu = &default_cpu; in get_cpu_vendor()
570 if (this_cpu->c_early_init) in early_identify_cpu()
571 this_cpu->c_early_init(c); in early_identify_cpu()
683 if (this_cpu->c_identify) in identify_cpu()
684 this_cpu->c_identify(c); in identify_cpu()
700 if (this_cpu->c_init) in identify_cpu()
701 this_cpu->c_init(c); in identify_cpu()
842 vendor = this_cpu->c_vendor; in print_cpu_info()