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

/linux-master/arch/x86/kernel/apic/
H A Dapic.c1068 int maxlvt; local
1074 maxlvt = lapic_get_maxlvt();
1079 if (maxlvt >= 3) {
1093 if (maxlvt >= 4) {
1100 if (maxlvt >= 5) {
1106 if (maxlvt >= 6) {
1119 if (maxlvt >= 3)
1121 if (maxlvt >= 4)
1126 if (maxlvt > 3)
1379 unsigned int oldvalue, value, maxlvt; local
2376 int maxlvt; local
2425 int maxlvt; local
[all...]
H A Dvector.c1207 unsigned int i, v, ver, maxlvt; local
1217 maxlvt = lapic_get_maxlvt();
1237 if (!APIC_INTEGRATED(ver) || maxlvt == 3) {
1261 if (maxlvt > 3)
1275 if (maxlvt > 3) {
1285 if (maxlvt > 2) {
1300 maxlvt = (v >> 16) & 0xff;
1304 for (i = 0; i < maxlvt; i++) {
/linux-master/arch/x86/kernel/
H A Dsmpboot.c706 int maxlvt = lapic_get_maxlvt(); local
711 if (maxlvt > 3)
733 int num_starts, j, maxlvt; local
736 maxlvt = lapic_get_maxlvt();
759 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */
795 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */

Completed in 130 milliseconds