Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/
H A Djailhouse.c78 if (!x2apic_enabled()) in jailhouse_x2apic_init()
287 return x2apic_enabled(); in jailhouse_x2apic_available()
H A Dirq.c379 destination = x2apic_enabled() ? apic_id : apic_id << 8; in intel_posted_msi_init()
/linux-6.15/arch/x86/hyperv/
H A Dhv_apic.c312 x2apic_enabled() ? "x2apic" : "xapic"); in hv_apic_init()
325 if (!x2apic_enabled()) { in hv_apic_init()
/linux-6.15/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.c1732 if (x2apic_enabled()) { in setup_nox2apic()
1858 if (x2apic_enabled()) { in check_x2apic()
H A Dvector.c1231 if (!x2apic_enabled()) { in print_local_APIC()
H A Dx2apic_uv_x.c348 if (x2apic_enabled()) in early_set_apic_mode()
/linux-6.15/arch/x86/include/asm/
H A Dapic.h248 static inline int x2apic_enabled(void) in x2apic_enabled() function
256 static inline int x2apic_enabled(void) { return 0; } in x2apic_enabled() function
/linux-6.15/drivers/iommu/intel/
H A Dirq_remapping.c1543 int eim = x2apic_enabled(); in dmar_ir_add()