Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/kernel/apic/
Dapic.c1079 int maxlvt; in clear_local_APIC() local
1086 maxlvt = lapic_get_maxlvt(); in clear_local_APIC()
1091 if (maxlvt >= 3) { in clear_local_APIC()
1105 if (maxlvt >= 4) { in clear_local_APIC()
1112 if (maxlvt >= 5) { in clear_local_APIC()
1118 if (maxlvt >= 6) { in clear_local_APIC()
1131 if (maxlvt >= 3) in clear_local_APIC()
1133 if (maxlvt >= 4) in clear_local_APIC()
1138 if (maxlvt > 3) in clear_local_APIC()
1376 unsigned int oldvalue, value, maxlvt; in lapic_setup_esr() local
[all …]
Dvector.c1060 unsigned int i, v, ver, maxlvt; in print_local_APIC() local
1070 maxlvt = lapic_get_maxlvt(); in print_local_APIC()
1090 if (!APIC_INTEGRATED(ver) || maxlvt == 3) { in print_local_APIC()
1114 if (maxlvt > 3) in print_local_APIC()
1128 if (maxlvt > 3) { in print_local_APIC()
1138 if (maxlvt > 2) { in print_local_APIC()
1153 maxlvt = (v >> 16) & 0xff; in print_local_APIC()
1157 for (i = 0; i < maxlvt; i++) { in print_local_APIC()
/Linux-v4.19/arch/x86/kernel/
Dsmpboot.c696 int maxlvt; in wakeup_secondary_cpu_via_nmi() local
711 maxlvt = lapic_get_maxlvt(); in wakeup_secondary_cpu_via_nmi()
712 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_nmi()
730 int maxlvt, num_starts, j; in wakeup_secondary_cpu_via_init() local
732 maxlvt = lapic_get_maxlvt(); in wakeup_secondary_cpu_via_init()
738 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()
788 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()
824 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()