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

/linux-master/arch/x86/kernel/apic/
H A Dx2apic_phys.c41 return x2apic_enabled() && (x2apic_phys || x2apic_fadt_phys());
H A Dx2apic_cluster.c26 return x2apic_enabled();
H A Dapic.c1730 if (x2apic_enabled()) {
1850 if (x2apic_enabled()) {
H A Dvector.c1244 if (!x2apic_enabled()) {
H A Dx2apic_uv_x.c348 if (x2apic_enabled())
/linux-master/arch/x86/kernel/
H A Djailhouse.c77 if (!x2apic_enabled())
286 return x2apic_enabled();
/linux-master/arch/x86/hyperv/
H A Dhv_apic.c308 x2apic_enabled() ? "x2apic" : "xapic");
321 if (!x2apic_enabled()) {
/linux-master/arch/x86/include/asm/
H A Dapic.h244 static inline int x2apic_enabled(void) function
252 static inline int x2apic_enabled(void) { return 0; } function
/linux-master/drivers/iommu/intel/
H A Dirq_remapping.c1444 int eim = x2apic_enabled();

Completed in 271 milliseconds