Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/kernel/
Djailhouse.c77 if (!x2apic_enabled()) in jailhouse_x2apic_init()
286 return x2apic_enabled(); in jailhouse_x2apic_available()
/linux-5.19.10/arch/x86/hyperv/
Dhv_apic.c297 x2apic_enabled() ? "x2apic" : "xapic"); in hv_apic_init()
310 if (!x2apic_enabled()) { in hv_apic_init()
/linux-5.19.10/arch/x86/include/asm/
Dapic.h256 static inline int x2apic_enabled(void) in x2apic_enabled() function
265 static inline int x2apic_enabled(void) { return 0; } in x2apic_enabled() function
/linux-5.19.10/arch/x86/kernel/apic/
Dx2apic_phys.c39 return x2apic_enabled() && (x2apic_phys || x2apic_fadt_phys()); in x2apic_acpi_madt_oem_check()
Dx2apic_cluster.c31 return x2apic_enabled(); in x2apic_acpi_madt_oem_check()
Dapic.c1793 if (x2apic_enabled()) { in setup_nox2apic()
1894 if (x2apic_enabled()) { in check_x2apic()
Dvector.c1190 if (!x2apic_enabled()) { in print_local_APIC()
Dx2apic_uv_x.c381 if (x2apic_enabled()) in early_set_apic_mode()
/linux-5.19.10/drivers/iommu/intel/
Dirq_remapping.c1452 int eim = x2apic_enabled(); in dmar_ir_add()