Home
last modified time | relevance | path

Searched refs:MAXIVNUM (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4/io/
H A Divintr.c77 (MAXIVNUM * sizeof (intr_vec_t *))); in init_ivintr()
81 bzero(intr_vec_table, MAXIVNUM * sizeof (intr_vec_t *)); in init_ivintr()
189 if (inum >= MAXIVNUM || pil > PIL_MAX) in add_ivintr()
233 if (inum >= MAXIVNUM || pil > PIL_MAX) in rem_ivintr()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dintreg.h57 #define MAXIVNUM (MAXDEVINTRS + MAXVINTRS) macro
H A Divintr.h51 #define IVSIZE roundup(((MAXIVNUM * sizeof (intr_vec_t *)) + \
/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…
/illumos-gate/usr/src/uts/sun4v/os/
H A Dfillsysinfo.c890 "q-dev-mondo-#bits", DEFAULT_DEV_Q_ENTRIES, MAXIVNUM); in get_q_sizes()
/illumos-gate/usr/src/uts/sun4v/io/
H A Dcnex.c673 if (iinfo->icookie >= MAXIVNUM || iinfo->icookie < MINVINTR_COOKIE) { in cnex_add_intr()