Home
last modified time | relevance | path

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

/linux-4.1.27/arch/x86/kernel/apic/
Dapic.c966 int maxlvt; in clear_local_APIC() local
973 maxlvt = lapic_get_maxlvt(); in clear_local_APIC()
978 if (maxlvt >= 3) { in clear_local_APIC()
992 if (maxlvt >= 4) { in clear_local_APIC()
999 if (maxlvt >= 5) { in clear_local_APIC()
1005 if (maxlvt >= 6) { in clear_local_APIC()
1018 if (maxlvt >= 3) in clear_local_APIC()
1020 if (maxlvt >= 4) in clear_local_APIC()
1025 if (maxlvt > 3) in clear_local_APIC()
1165 unsigned int oldvalue, value, maxlvt; in lapic_setup_esr() local
[all …]
Dvector.c532 unsigned int i, v, ver, maxlvt; in print_local_APIC() local
542 maxlvt = lapic_get_maxlvt(); in print_local_APIC()
562 if (!APIC_INTEGRATED(ver) || maxlvt == 3) { in print_local_APIC()
586 if (maxlvt > 3) in print_local_APIC()
600 if (maxlvt > 3) { in print_local_APIC()
610 if (maxlvt > 2) { in print_local_APIC()
625 maxlvt = (v >> 16) & 0xff; in print_local_APIC()
629 for (i = 0; i < maxlvt; i++) { in print_local_APIC()
/linux-4.1.27/arch/x86/kernel/
Dsmpboot.c525 int maxlvt; in wakeup_secondary_cpu_via_nmi() local
540 maxlvt = lapic_get_maxlvt(); in wakeup_secondary_cpu_via_nmi()
541 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_nmi()
559 int maxlvt, num_starts, j; in wakeup_secondary_cpu_via_init() local
561 maxlvt = lapic_get_maxlvt(); in wakeup_secondary_cpu_via_init()
567 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()
625 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()
654 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()