Searched refs:MAX_RSVD_IV (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Divintr.h48 #define MAX_RSVD_IV ((NCPU * 3) + 256) /* HW and Single target SW intrs */ macro
52 (MAX_RSVD_IV * sizeof (intr_vec_t)) + \
/illumos-gate/usr/src/uts/sun4/io/
H A Divintr.c79 (MAX_RSVD_IV * sizeof (intr_vec_t)));
82 bzero(intr_vec_pool, MAX_RSVD_IV * sizeof (intr_vec_t));
118 count = (type == SOFTINT_MT) ? MAX_RSVD_IVX : MAX_RSVD_IV;
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.s98 .size intr_vec_table, MAXIVNUM * CPTRSIZE + MAX_RSVD_IV * IV_SIZE + MAX_RSVD_IVX * (IV_SIZE + CPTRSIZE * (NCPU - 1))
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.s98 .size intr_vec_table, MAXIVNUM * CPTRSIZE + MAX_RSVD_IV * IV_SIZE + MAX_RSVD_IVX * (IV_SIZE + CPTRSIZE * (NCPU - 1))

Completed in 63 milliseconds