Home
last modified time | relevance | path

Searched refs:maxlvt (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/arch/x86/kernel/apic/
Dapic.c970 int maxlvt; in clear_local_APIC() local
977 maxlvt = lapic_get_maxlvt(); in clear_local_APIC()
982 if (maxlvt >= 3) { in clear_local_APIC()
996 if (maxlvt >= 4) { in clear_local_APIC()
1003 if (maxlvt >= 5) { in clear_local_APIC()
1009 if (maxlvt >= 6) { in clear_local_APIC()
1022 if (maxlvt >= 3) in clear_local_APIC()
1024 if (maxlvt >= 4) in clear_local_APIC()
1029 if (maxlvt > 3) in clear_local_APIC()
1169 unsigned int oldvalue, value, maxlvt; in lapic_setup_esr() local
[all …]
Dvector.c767 unsigned int i, v, ver, maxlvt; in print_local_APIC() local
777 maxlvt = lapic_get_maxlvt(); in print_local_APIC()
797 if (!APIC_INTEGRATED(ver) || maxlvt == 3) { in print_local_APIC()
821 if (maxlvt > 3) in print_local_APIC()
835 if (maxlvt > 3) { in print_local_APIC()
845 if (maxlvt > 2) { in print_local_APIC()
860 maxlvt = (v >> 16) & 0xff; in print_local_APIC()
864 for (i = 0; i < maxlvt; i++) { in print_local_APIC()
/linux-4.4.14/arch/x86/kernel/
Dsmpboot.c547 int maxlvt; in wakeup_secondary_cpu_via_nmi() local
562 maxlvt = lapic_get_maxlvt(); in wakeup_secondary_cpu_via_nmi()
563 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_nmi()
581 int maxlvt, num_starts, j; in wakeup_secondary_cpu_via_init() local
583 maxlvt = lapic_get_maxlvt(); in wakeup_secondary_cpu_via_init()
589 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()
646 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()
682 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()