Searched refs:MAX_RSVD_IVX (Results 1 – 4 of 4) sorted by relevance
49 #define MAX_RSVD_IVX 32 /* Multi target software intrs */ macro53 (MAX_RSVD_IVX * sizeof (intr_vecx_t))), PAGESIZE)
83 bzero(intr_vecx_pool, MAX_RSVD_IVX * sizeof (intr_vecx_t)); in init_ivintr()118 count = (type == SOFTINT_MT) ? MAX_RSVD_IVX : MAX_RSVD_IV; in iv_alloc()141 "target software interrupts, %d", MAX_RSVD_IVX); in iv_alloc()
84 ….size intr_vec_table, MAXIVNUM * CPTRSIZE + MAX_RSVD_IV * IV_SIZE + MAX_RSVD_IVX * (IV_SIZE + CPTR…
83 ….size intr_vec_table, MAXIVNUM * CPTRSIZE + MAX_RSVD_IV * IV_SIZE + MAX_RSVD_IVX * (IV_SIZE + CPTR…