Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/apic/
H A Dvector.c1200 unsigned int i, v, ver, maxlvt; in print_local_APIC() local
1210 maxlvt = lapic_get_maxlvt(); in print_local_APIC()
1230 if (!APIC_INTEGRATED(ver) || maxlvt == 3) { in print_local_APIC()
1254 if (maxlvt > 3) in print_local_APIC()
1268 if (maxlvt > 3) { in print_local_APIC()
1278 if (maxlvt > 2) { in print_local_APIC()
1293 maxlvt = (v >> 16) & 0xff; in print_local_APIC()
1297 for (i = 0; i < maxlvt; i++) { in print_local_APIC()