Lines Matching refs:this_cpu
92 static const struct cpu_dev *this_cpu = &default_cpu; variable
372 if (!this_cpu) in table_lookup_model()
375 info = this_cpu->legacy_models; in table_lookup_model()
472 if (this_cpu->legacy_cache_size) in cpu_detect_cache_sizes()
473 l2size = this_cpu->legacy_cache_size(c, l2size); in cpu_detect_cache_sizes()
496 if (this_cpu->c_detect_tlb) in cpu_detect_tlb()
497 this_cpu->c_detect_tlb(c); in cpu_detect_tlb()
572 this_cpu = cpu_devs[i]; in get_cpu_vendor()
573 c->x86_vendor = this_cpu->c_x86_vendor; in get_cpu_vendor()
583 this_cpu = &default_cpu; in get_cpu_vendor()
763 if (this_cpu->c_early_init) in early_identify_cpu()
764 this_cpu->c_early_init(c); in early_identify_cpu()
769 if (this_cpu->c_bsp_init) in early_identify_cpu()
770 this_cpu->c_bsp_init(c); in early_identify_cpu()
904 if (this_cpu->c_identify) in identify_cpu()
905 this_cpu->c_identify(c); in identify_cpu()
927 if (this_cpu->c_init) in identify_cpu()
928 this_cpu->c_init(c); in identify_cpu()
1114 vendor = this_cpu->c_vendor; in print_cpu_info()