Home
last modified time | relevance | path

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

/arch/x86/kernel/apic/
Dapic.c1172 int maxlvt; in clear_local_APIC() local
1179 maxlvt = lapic_get_maxlvt(); in clear_local_APIC()
1184 if (maxlvt >= 3) { in clear_local_APIC()
1198 if (maxlvt >= 4) { in clear_local_APIC()
1205 if (maxlvt >= 5) { in clear_local_APIC()
1211 if (maxlvt >= 6) { in clear_local_APIC()
1224 if (maxlvt >= 3) in clear_local_APIC()
1226 if (maxlvt >= 4) in clear_local_APIC()
1231 if (maxlvt > 3) in clear_local_APIC()
1488 unsigned int oldvalue, value, maxlvt; in lapic_setup_esr() local
[all …]
Dvector.c1083 unsigned int i, v, ver, maxlvt; in print_local_APIC() local
1093 maxlvt = lapic_get_maxlvt(); in print_local_APIC()
1113 if (!APIC_INTEGRATED(ver) || maxlvt == 3) { in print_local_APIC()
1137 if (maxlvt > 3) in print_local_APIC()
1151 if (maxlvt > 3) { in print_local_APIC()
1161 if (maxlvt > 2) { in print_local_APIC()
1176 maxlvt = (v >> 16) & 0xff; in print_local_APIC()
1180 for (i = 0; i < maxlvt; i++) { in print_local_APIC()
/arch/x86/kernel/
Dsmpboot.c770 int maxlvt; in wakeup_secondary_cpu_via_nmi() local
785 maxlvt = lapic_get_maxlvt(); in wakeup_secondary_cpu_via_nmi()
786 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_nmi()
804 int maxlvt, num_starts, j; in wakeup_secondary_cpu_via_init() local
806 maxlvt = lapic_get_maxlvt(); in wakeup_secondary_cpu_via_init()
812 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()
862 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()
898 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()