Home
last modified time | relevance | path

Searched refs:intr_vecx_t (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4/sys/
H A Divintr.h53 (MAX_RSVD_IVX * sizeof (intr_vecx_t))), PAGESIZE)
60 typedef struct intr_vecx intr_vecx_t; typedef
107 ((intr_vecx_t *)iv_p)->iv_pil_xnext[cpu_id - 1] : iv_p->iv_pil_next)
110 (((intr_vecx_t *)iv_p)->iv_pil_xnext[cpu_id - 1] = next) : \
/illumos-gate/usr/src/uts/sun4/io/
H A Divintr.c54 intr_vecx_t *intr_vecx_pool = NULL; /* For multi target SW intrs */
78 intr_vecx_pool = (intr_vecx_t *)((caddr_t)intr_vec_pool + in init_ivintr()
83 bzero(intr_vecx_pool, MAX_RSVD_IVX * sizeof (intr_vecx_t)); in init_ivintr()
175 sizeof (intr_vecx_t) : sizeof (intr_vec_t)); in iv_free()