Lines Matching refs:boot_cpu_data
218 if (boot_cpu_data.x86_vendor == X86_VENDOR_AMD && in modern_apic()
219 boot_cpu_data.x86 >= 0xf) in modern_apic()
1103 if (modern_apic() || boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in sync_Arb_IDs()
1144 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) && in init_bsp_APIC()
1145 (boot_cpu_data.x86 == 15)) in init_bsp_APIC()
1644 set_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC); in apic_verify()
1648 if (boot_cpu_data.x86 >= 6) { in apic_verify()
1670 if (boot_cpu_data.x86 >= 6) { in apic_force_enable()
1692 switch (boot_cpu_data.x86_vendor) { in detect_init_APIC()
1694 if ((boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model > 1) || in detect_init_APIC()
1695 (boot_cpu_data.x86 >= 15)) in detect_init_APIC()
1699 if (boot_cpu_data.x86 == 6 || boot_cpu_data.x86 == 15 || in detect_init_APIC()
1700 (boot_cpu_data.x86 == 5 && cpu_has_apic)) in detect_init_APIC()
2337 if (boot_cpu_data.x86 >= 6) { in lapic_resume()