Home
last modified time | relevance | path

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

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