Searched defs:nlvt (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c302 uint_t nlvt; local
350 * APICs), nlvt is "3" (LINT0, LINT1, and timer)
354 nlvt = 3;
356 nlvt = ((apic_reg_ops->apic_read(APIC_VERS_REG) >> 16) &
360 if (nlvt >= 5) {
386 if (nlvt >= 6) {
401 if (nlvt >= 4 && apic_enable_error_intr) {
/illumos-gate/usr/src/uts/i86pc/io/apix/
H A Dapix.c414 uint_t nlvt; local
463 * APICs), nlvt is "3" (LINT0, LINT1, and timer)
467 nlvt = 3;
469 nlvt = ((apic_reg_ops->apic_read(APIC_VERS_REG) >> 16) &
473 if (nlvt >= 5) {
498 if (nlvt >= 6) {
513 if (nlvt >= 4 && apic_enable_error_intr) {

Completed in 50 milliseconds