Home
last modified time | relevance | path

Searched refs:X86_FEATURE_APIC (Results 1 – 18 of 18) sorted by relevance

/arch/x86/include/asm/
Dirq_work.h8 return boot_cpu_has(X86_FEATURE_APIC); in arch_irq_work_has_interrupt()
Dcpufeatures.h34 #define X86_FEATURE_APIC ( 0*32+ 9) /* Onboard APIC */ macro
/arch/x86/kernel/apic/
Dapic_noop.c102 WARN_ON_ONCE(boot_cpu_has(X86_FEATURE_APIC) && !disable_apic); in noop_apic_read()
108 WARN_ON_ONCE(boot_cpu_has(X86_FEATURE_APIC) && !disable_apic); in noop_apic_write()
Dapic.c1116 if (!boot_cpu_has(X86_FEATURE_APIC) && !apic_from_smp_config()) in lapic_shutdown()
1165 if (smp_found_config || !boot_cpu_has(X86_FEATURE_APIC)) in init_bsp_APIC()
1475 if (!boot_cpu_has(X86_FEATURE_APIC)) in __x2apic_disable()
1665 if (!boot_cpu_has(X86_FEATURE_APIC)) { in detect_init_APIC()
1684 if (!(features & (1 << X86_FEATURE_APIC))) { in apic_verify()
1688 set_cpu_cap(&boot_cpu_data, X86_FEATURE_APIC); in apic_verify()
1744 (boot_cpu_data.x86 == 5 && boot_cpu_has(X86_FEATURE_APIC))) in detect_init_APIC()
1751 if (!boot_cpu_has(X86_FEATURE_APIC)) { in detect_init_APIC()
2301 if (!boot_cpu_has(X86_FEATURE_APIC)) { in APIC_init_uniprocessor()
2307 if (!smp_found_config && !boot_cpu_has(X86_FEATURE_APIC)) in APIC_init_uniprocessor()
[all …]
Dipi.c232 if (!boot_cpu_has(X86_FEATURE_APIC)) in safe_smp_processor_id()
Dvector.c967 if (!boot_cpu_has(X86_FEATURE_APIC) && !apic_from_smp_config()) in print_ICs()
Dio_apic.c1458 if (boot_cpu_has(X86_FEATURE_APIC) || apic_from_smp_config()) in native_disable_io_apic()
/arch/x86/kernel/acpi/
Dboot.c139 if (!boot_cpu_has(X86_FEATURE_APIC)) in acpi_parse_madt()
1001 if (!boot_cpu_has(X86_FEATURE_APIC)) in early_acpi_parse_madt_lapic_addr_ovr()
1029 if (!boot_cpu_has(X86_FEATURE_APIC)) in acpi_parse_madt_lapic_entries()
1160 if (!boot_cpu_has(X86_FEATURE_APIC)) in acpi_parse_madt_ioapic_entries()
/arch/x86/kernel/
Ddevicetree.c154 if (!boot_cpu_has(X86_FEATURE_APIC)) { in dtb_lapic_setup()
Dsmpboot.c1227 !boot_cpu_has(X86_FEATURE_APIC)) { in smp_sanity_check()
1397 if (boot_cpu_has(X86_FEATURE_APIC)) { in prefill_possible_map()
Dsetup.c998 setup_clear_cpu_cap(X86_FEATURE_APIC); in setup_arch()
/arch/x86/kernel/cpu/mcheck/
Dmce_intel.c87 if (!boot_cpu_has(X86_FEATURE_APIC) || lapic_get_maxlvt() < 6) in cmci_supported()
Dtherm_throt.c455 if (!boot_cpu_has(X86_FEATURE_APIC)) in intel_thermal_supported()
/arch/x86/kernel/cpu/
Damd.c115 clear_cpu_cap(c, X86_FEATURE_APIC); in init_amd_k6()
582 if (boot_cpu_has(X86_FEATURE_APIC)) { in early_init_amd()
Dintel.c390 if (boot_cpu_has(X86_FEATURE_APIC) && (c->x86<<8 | c->x86_model<<4) == 0x520 && in intel_workarounds()
/arch/x86/pci/
Dxen.c439 ((eax & XEN_HVM_CPUID_APIC_ACCESS_VIRT) && boot_cpu_has(X86_FEATURE_APIC))) in xen_msi_init()
/arch/x86/oprofile/
Dnmi_int.c703 if (!boot_cpu_has(X86_FEATURE_APIC)) in op_nmi_init()
/arch/x86/events/
Dcore.c1560 if (boot_cpu_has(X86_FEATURE_APIC)) in pmu_check_apic()