Lines Matching refs:this_cpu
120 static const struct cpu_dev *this_cpu = &default_cpu; variable
578 if (!this_cpu) in table_lookup_model()
581 info = this_cpu->legacy_models; in table_lookup_model()
716 if (this_cpu->legacy_cache_size) in cpu_detect_cache_sizes()
717 l2size = this_cpu->legacy_cache_size(c, l2size); in cpu_detect_cache_sizes()
740 if (this_cpu->c_detect_tlb) in cpu_detect_tlb()
741 this_cpu->c_detect_tlb(c); in cpu_detect_tlb()
810 this_cpu = cpu_devs[i]; in get_cpu_vendor()
811 c->x86_vendor = this_cpu->c_x86_vendor; in get_cpu_vendor()
820 this_cpu = &default_cpu; in get_cpu_vendor()
1318 if (this_cpu->c_early_init) in early_identify_cpu()
1319 this_cpu->c_early_init(c); in early_identify_cpu()
1324 if (this_cpu->c_bsp_init) in early_identify_cpu()
1325 this_cpu->c_bsp_init(c); in early_identify_cpu()
1537 if (this_cpu->c_identify) in identify_cpu()
1538 this_cpu->c_identify(c); in identify_cpu()
1557 if (this_cpu->c_init) in identify_cpu()
1558 this_cpu->c_init(c); in identify_cpu()
1702 vendor = this_cpu->c_vendor; in print_cpu_info()