Home
last modified time | relevance | path

Searched refs:MAX_RSVD_IVX (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Divintr.h49 #define MAX_RSVD_IVX 32 /* Multi target software intrs */ macro
53 (MAX_RSVD_IVX * sizeof (intr_vecx_t))), PAGESIZE)
/illumos-gate/usr/src/uts/sun4/io/
H A Divintr.c83 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()
/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…