Home
last modified time | relevance | path

Searched refs:x2apic_enabled (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Djailhouse.c77 if (!x2apic_enabled()) in jailhouse_x2apic_init()
284 return x2apic_enabled(); in jailhouse_x2apic_available()
/openbmc/linux/arch/x86/hyperv/
H A Dhv_apic.c308 x2apic_enabled() ? "x2apic" : "xapic"); in hv_apic_init()
321 if (!x2apic_enabled()) { in hv_apic_init()
/openbmc/linux/arch/x86/kernel/apic/
H A Dx2apic_phys.c41 return x2apic_enabled() && (x2apic_phys || x2apic_fadt_phys()); in x2apic_acpi_madt_oem_check()
H A Dx2apic_cluster.c26 return x2apic_enabled(); in x2apic_acpi_madt_oem_check()
H A Dapic.c1767 if (x2apic_enabled()) { in setup_nox2apic()
1892 if (x2apic_enabled()) { in check_x2apic()
H A Dvector.c1247 if (!x2apic_enabled()) { in print_local_APIC()
H A Dx2apic_uv_x.c382 if (x2apic_enabled()) in early_set_apic_mode()
/openbmc/linux/arch/x86/include/asm/
H A Dapic.h232 static inline int x2apic_enabled(void) in x2apic_enabled() function
240 static inline int x2apic_enabled(void) { return 0; } in x2apic_enabled() function
/openbmc/linux/drivers/iommu/intel/
H A Dirq_remapping.c1444 int eim = x2apic_enabled(); in dmar_ir_add()