Lines Matching refs:this_cpu
93 static const struct cpu_dev *this_cpu = &default_cpu; variable
354 if (!this_cpu) in table_lookup_model()
357 info = this_cpu->legacy_models; in table_lookup_model()
456 if (this_cpu->legacy_cache_size) in cpu_detect_cache_sizes()
457 l2size = this_cpu->legacy_cache_size(c, l2size); in cpu_detect_cache_sizes()
480 if (this_cpu->c_detect_tlb) in cpu_detect_tlb()
481 this_cpu->c_detect_tlb(c); in cpu_detect_tlb()
556 this_cpu = cpu_devs[i]; in get_cpu_vendor()
557 c->x86_vendor = this_cpu->c_x86_vendor; in get_cpu_vendor()
567 this_cpu = &default_cpu; in get_cpu_vendor()
747 if (this_cpu->c_early_init) in early_identify_cpu()
748 this_cpu->c_early_init(c); in early_identify_cpu()
753 if (this_cpu->c_bsp_init) in early_identify_cpu()
754 this_cpu->c_bsp_init(c); in early_identify_cpu()
889 if (this_cpu->c_identify) in identify_cpu()
890 this_cpu->c_identify(c); in identify_cpu()
912 if (this_cpu->c_init) in identify_cpu()
913 this_cpu->c_init(c); in identify_cpu()
1099 vendor = this_cpu->c_vendor; in print_cpu_info()
1495 if (this_cpu->c_bsp_resume) in bsp_resume()
1496 this_cpu->c_bsp_resume(&boot_cpu_data); in bsp_resume()