Lines Matching refs:boot_cpu_data
201 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD && in modern_apic()
202 boot_cpu_data.x86 >= 0xf) in modern_apic()
206 if (boot_cpu_data.x86_vendor == X86_VENDOR_HYGON) in modern_apic()
558 if (boot_cpu_data.microcode >= rev) in apic_validate_deadline_timer()
1222 if (modern_apic() || boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in sync_Arb_IDs()
1325 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) && in init_bsp_APIC()
1326 (boot_cpu_data.x86 == 15)) in init_bsp_APIC()
1960 set_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC); in apic_verify()
1963 if (boot_cpu_data.x86 >= 6) { in apic_verify()
1986 if (boot_cpu_data.x86 >= 6) { in apic_force_enable()
2008 switch (boot_cpu_data.x86_vendor) { in detect_init_APIC()
2010 if ((boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model > 1) || in detect_init_APIC()
2011 (boot_cpu_data.x86 >= 15)) in detect_init_APIC()
2017 if (boot_cpu_data.x86 == 6 || boot_cpu_data.x86 == 15 || in detect_init_APIC()
2018 (boot_cpu_data.x86 == 5 && boot_cpu_has(X86_FEATURE_APIC))) in detect_init_APIC()
2458 if (boot_cpu_data.x86 >= 6) { in lapic_resume()