Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/apic/
H A Dapic.c1074 int maxlvt; in clear_local_APIC() local
1125 if (maxlvt >= 3) in clear_local_APIC()
1127 if (maxlvt >= 4) in clear_local_APIC()
1132 if (maxlvt > 3) in clear_local_APIC()
1412 if (maxlvt > 3) in lapic_setup_esr()
2381 int maxlvt; in lapic_suspend() local
2394 if (maxlvt >= 4) in lapic_suspend()
2402 if (maxlvt >= 5) in lapic_suspend()
2406 if (maxlvt >= 6) in lapic_suspend()
2430 int maxlvt; in lapic_resume() local
[all …]
H A Dvector.c1194 unsigned int i, v, ver, maxlvt; in print_local_APIC() local
1204 maxlvt = lapic_get_maxlvt(); in print_local_APIC()
1224 if (!APIC_INTEGRATED(ver) || maxlvt == 3) { in print_local_APIC()
1248 if (maxlvt > 3) in print_local_APIC()
1262 if (maxlvt > 3) { in print_local_APIC()
1272 if (maxlvt > 2) { in print_local_APIC()
1287 maxlvt = (v >> 16) & 0xff; in print_local_APIC()
1291 for (i = 0; i < maxlvt; i++) { in print_local_APIC()
/linux-6.15/arch/x86/kernel/
H A Dsmpboot.c674 int maxlvt = lapic_get_maxlvt(); in send_init_sequence() local
679 if (maxlvt > 3) in send_init_sequence()
701 int num_starts, j, maxlvt; in wakeup_secondary_cpu_via_init() local
704 maxlvt = lapic_get_maxlvt(); in wakeup_secondary_cpu_via_init()
727 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()
763 if (maxlvt > 3) /* Due to the Pentium erratum 3AP. */ in wakeup_secondary_cpu_via_init()