Home
last modified time | relevance | path

Searched refs:x2apic_mode (Results 1 – 5 of 5) sorted by relevance

/arch/x86/include/asm/
Dirq_remapping.h4 #define IRTE_DEST(dest) ((x2apic_mode) ? dest : dest << 8)
Dapic.h119 extern int x2apic_mode;
/arch/x86/kernel/apic/
Dapic.c146 int x2apic_mode; variable
925 if (!x2apic_mode && !apic_phys) in clear_local_APIC()
995 if (!x2apic_mode && !apic_phys) in disable_local_APIC()
1483 x2apic_mode = 0; in disable_x2apic()
1493 x2apic_preenabled = x2apic_mode = 1; in check_x2apic()
1507 if (!x2apic_mode) in enable_x2apic()
1591 if (x2apic_supported() && !x2apic_mode) { in enable_IR_x2apic()
1592 x2apic_mode = 1; in enable_IR_x2apic()
1733 if (x2apic_mode) { in init_apic_mappings()
1777 if (!x2apic_mode) { in register_lapic_address()
[all …]
Dx2apic_phys.c118 if (x2apic_mode && (x2apic_phys || x2apic_fadt_phys())) in x2apic_phys_probe()
Dx2apic_cluster.c205 if (x2apic_mode) in x2apic_cluster_probe()