Lines Matching refs:this_cpu
87 static const struct cpu_dev *this_cpu __cpuinitdata = &default_cpu;
342 if (!this_cpu) in table_lookup_model()
345 info = this_cpu->c_models; in table_lookup_model()
441 if (this_cpu->c_size_cache) in cpu_detect_cache_sizes()
442 l2size = this_cpu->c_size_cache(c, l2size); in cpu_detect_cache_sizes()
519 this_cpu = cpu_devs[i]; in get_cpu_vendor()
520 c->x86_vendor = this_cpu->c_x86_vendor; in get_cpu_vendor()
530 this_cpu = &default_cpu; in get_cpu_vendor()
678 if (this_cpu->c_early_init) in early_identify_cpu()
679 this_cpu->c_early_init(c); in early_identify_cpu()
686 if (this_cpu->c_bsp_init) in early_identify_cpu()
687 this_cpu->c_bsp_init(c); in early_identify_cpu()
807 if (this_cpu->c_identify) in identify_cpu()
808 this_cpu->c_identify(c); in identify_cpu()
830 if (this_cpu->c_init) in identify_cpu()
831 this_cpu->c_init(c); in identify_cpu()
983 vendor = this_cpu->c_vendor; in print_cpu_info()