Searched refs:xc_sihs (Results 1 – 1 of 1) sorted by relevance
113 static void * xc_sihs[4] __cacheline_aligned; variable138 CTASSERT(XC_IPL_MAX <= __arraycount(xc_sihs));160 xc_sihs[(xipl)] = softint_establish( (sipl) | SOFTINT_MPSAFE,\ in xc_init()162 KASSERT(xc_sihs[(xipl)] != NULL); \ in xc_init()491 KASSERT(xc->xc_ipl < __arraycount(xc_sihs)); in xc_ipi_handler()492 KASSERT(xc_sihs[xc->xc_ipl] != NULL); in xc_ipi_handler()495 softint_schedule(xc_sihs[xc->xc_ipl]); in xc_ipi_handler()