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()
1107 if (modern_apic() || boot_cpu_data.x86_vendor == X86_VENDOR_AMD) in sync_Arb_IDs()
1148 if ((boot_cpu_data.x86_vendor == X86_VENDOR_INTEL) && in init_bsp_APIC()
1149 (boot_cpu_data.x86 == 15)) in init_bsp_APIC()
1648 set_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC); in apic_verify()
1652 if (boot_cpu_data.x86 >= 6) { in apic_verify()
1674 if (boot_cpu_data.x86 >= 6) { in apic_force_enable()
1696 switch (boot_cpu_data.x86_vendor) { in detect_init_APIC()
1698 if ((boot_cpu_data.x86 == 6 && boot_cpu_data.x86_model > 1) || in detect_init_APIC()
1699 (boot_cpu_data.x86 >= 15)) in detect_init_APIC()
1703 if (boot_cpu_data.x86 == 6 || boot_cpu_data.x86 == 15 || in detect_init_APIC()
1704 (boot_cpu_data.x86 == 5 && cpu_has_apic)) in detect_init_APIC()
2341 if (boot_cpu_data.x86 >= 6) { in lapic_resume()