Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/x86/kernel/apic/
Dapic.c1125 int maxlvt; in clear_local_APIC() local
1132 maxlvt = lapic_get_maxlvt(); in clear_local_APIC()
1137 if (maxlvt >= 3) { in clear_local_APIC()
1151 if (maxlvt >= 4) { in clear_local_APIC()
1158 if (maxlvt >= 5) { in clear_local_APIC()
1164 if (maxlvt >= 6) { in clear_local_APIC()
1177 if (maxlvt >= 3) in clear_local_APIC()
1179 if (maxlvt >= 4) in clear_local_APIC()
1184 if (maxlvt > 3) in clear_local_APIC()
1444 unsigned int oldvalue, value, maxlvt; in lapic_setup_esr() local
[all …]
Dvector.c1091 unsigned int i, v, ver, maxlvt; in print_local_APIC() local
1101 maxlvt = lapic_get_maxlvt(); in print_local_APIC()
1121 if (!APIC_INTEGRATED(ver) || maxlvt == 3) { in print_local_APIC()
1145 if (maxlvt > 3) in print_local_APIC()
1159 if (maxlvt > 3) { in print_local_APIC()
1169 if (maxlvt > 2) { in print_local_APIC()
1184 maxlvt = (v >> 16) & 0xff; in print_local_APIC()
1188 for (i = 0; i < maxlvt; i++) { in print_local_APIC()
/kernel/linux/linux-5.10/arch/x86/kernel/
Dsmpboot.c752 int maxlvt; in wakeup_secondary_cpu_via_nmi() local
767 maxlvt = lapic_get_maxlvt(); in wakeup_secondary_cpu_via_nmi()
768 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_nmi()
786 int maxlvt, num_starts, j; in wakeup_secondary_cpu_via_init() local
788 maxlvt = lapic_get_maxlvt(); in wakeup_secondary_cpu_via_init()
794 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()
844 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()
880 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()