MAX_RSVD_IVX
count = (type == SOFTINT_MT) ? MAX_RSVD_IVX : MAX_RSVD_IV;
"target software interrupts, %d", MAX_RSVD_IVX);
bzero(intr_vecx_pool, MAX_RSVD_IVX * sizeof (intr_vecx_t));
(MAX_RSVD_IVX * sizeof (intr_vecx_t))), PAGESIZE)