Home
last modified time | relevance | path

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

/Linux-v5.15/arch/x86/kernel/apic/
Dapic.c1127 int maxlvt; in clear_local_APIC() local
1134 maxlvt = lapic_get_maxlvt(); in clear_local_APIC()
1139 if (maxlvt >= 3) { in clear_local_APIC()
1153 if (maxlvt >= 4) { in clear_local_APIC()
1160 if (maxlvt >= 5) { in clear_local_APIC()
1166 if (maxlvt >= 6) { in clear_local_APIC()
1179 if (maxlvt >= 3) in clear_local_APIC()
1181 if (maxlvt >= 4) in clear_local_APIC()
1186 if (maxlvt > 3) in clear_local_APIC()
1446 unsigned int oldvalue, value, maxlvt; in lapic_setup_esr() local
[all …]
Dvector.c1153 unsigned int i, v, ver, maxlvt; in print_local_APIC() local
1163 maxlvt = lapic_get_maxlvt(); in print_local_APIC()
1183 if (!APIC_INTEGRATED(ver) || maxlvt == 3) { in print_local_APIC()
1207 if (maxlvt > 3) in print_local_APIC()
1221 if (maxlvt > 3) { in print_local_APIC()
1231 if (maxlvt > 2) { in print_local_APIC()
1246 maxlvt = (v >> 16) & 0xff; in print_local_APIC()
1250 for (i = 0; i < maxlvt; i++) { in print_local_APIC()
/Linux-v5.15/arch/x86/kernel/
Dsmpboot.c761 int maxlvt; in wakeup_secondary_cpu_via_nmi() local
776 maxlvt = lapic_get_maxlvt(); in wakeup_secondary_cpu_via_nmi()
777 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_nmi()
795 int maxlvt, num_starts, j; in wakeup_secondary_cpu_via_init() local
797 maxlvt = lapic_get_maxlvt(); in wakeup_secondary_cpu_via_init()
803 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()
853 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()
889 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()