Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/kernel/apic/
Dapic.c1160 int maxlvt; in clear_local_APIC() local
1167 maxlvt = lapic_get_maxlvt(); in clear_local_APIC()
1172 if (maxlvt >= 3) { in clear_local_APIC()
1186 if (maxlvt >= 4) { in clear_local_APIC()
1193 if (maxlvt >= 5) { in clear_local_APIC()
1199 if (maxlvt >= 6) { in clear_local_APIC()
1212 if (maxlvt >= 3) in clear_local_APIC()
1214 if (maxlvt >= 4) in clear_local_APIC()
1219 if (maxlvt > 3) in clear_local_APIC()
1472 unsigned int oldvalue, value, maxlvt; in lapic_setup_esr() local
[all …]
Dvector.c1068 unsigned int i, v, ver, maxlvt; in print_local_APIC() local
1078 maxlvt = lapic_get_maxlvt(); in print_local_APIC()
1098 if (!APIC_INTEGRATED(ver) || maxlvt == 3) { in print_local_APIC()
1122 if (maxlvt > 3) in print_local_APIC()
1136 if (maxlvt > 3) { in print_local_APIC()
1146 if (maxlvt > 2) { in print_local_APIC()
1161 maxlvt = (v >> 16) & 0xff; in print_local_APIC()
1165 for (i = 0; i < maxlvt; i++) { in print_local_APIC()
/Linux-v5.4/arch/x86/kernel/
Dsmpboot.c749 int maxlvt; in wakeup_secondary_cpu_via_nmi() local
764 maxlvt = lapic_get_maxlvt(); in wakeup_secondary_cpu_via_nmi()
765 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_nmi()
783 int maxlvt, num_starts, j; in wakeup_secondary_cpu_via_init() local
785 maxlvt = lapic_get_maxlvt(); in wakeup_secondary_cpu_via_init()
791 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()
841 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()
877 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()