Home
last modified time | relevance | path

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))); in init_ivintr()
82 bzero(intr_vec_pool, MAX_RSVD_IV * sizeof (intr_vec_t)); in init_ivintr()
118 count = (type == SOFTINT_MT) ? MAX_RSVD_IVX : MAX_RSVD_IV; in iv_alloc()
/illumos-gate/usr/src/uts/sun4v/ml/
H A Dmach_locore.S84 ….size intr_vec_table, MAXIVNUM * CPTRSIZE + MAX_RSVD_IV * IV_SIZE + MAX_RSVD_IVX * (IV_SIZE + CPTR…
/illumos-gate/usr/src/uts/sun4u/ml/
H A Dmach_locore.S83 ….size intr_vec_table, MAXIVNUM * CPTRSIZE + MAX_RSVD_IV * IV_SIZE + MAX_RSVD_IVX * (IV_SIZE + CPTR…