Home
last modified time | relevance | path

Searched refs:SCB_ISTACK (Results 1 – 19 of 19) sorted by relevance

/netbsd/src/sys/arch/vax/vax/
Dgencons.c295 scb_vecalloc(SCB_G0R, gencnrint, &gc_softc[0], SCB_ISTACK, NULL); in gencninit()
296 scb_vecalloc(SCB_G0T, gencntint, &gc_softc[0], SCB_ISTACK, NULL); in gencninit()
302 scb_vecalloc(SCB_G1R, gencnrint, &gc_softc[1], SCB_ISTACK, NULL); in gencninit()
303 scb_vecalloc(SCB_G1T, gencntint, &gc_softc[1], SCB_ISTACK, NULL); in gencninit()
305 scb_vecalloc(SCB_G2R, gencnrint, &gc_softc[2], SCB_ISTACK, NULL); in gencninit()
306 scb_vecalloc(SCB_G2T, gencntint, &gc_softc[2], SCB_ISTACK, NULL); in gencninit()
308 scb_vecalloc(SCB_G3R, gencnrint, &gc_softc[3], SCB_ISTACK, NULL); in gencninit()
309 scb_vecalloc(SCB_G3T, gencntint, &gc_softc[3], SCB_ISTACK, NULL); in gencninit()
Dka820.c182 scb_vecalloc(KA820_INT_IPINTR, ka820_ipintr, ci, SCB_ISTACK, NULL); in ka820_attach()
210 scb_vecalloc(KA820_INT_RXCD, rxcdintr, NULL, SCB_ISTACK, NULL); in ka820_conf()
211 scb_vecalloc(0x50, vaxbierr, NULL, SCB_ISTACK, NULL); in ka820_conf()
214 scb_vecalloc(SCB_RX50, crxintr, NULL, SCB_ISTACK, NULL); in ka820_conf()
Dxmi_mainbus.c84 scb_vecalloc(vec, func, arg, SCB_ISTACK, ev); in xmi_intr_establish()
Dcrl.c100 scb_vecalloc(0xF0, crlintr, NULL, SCB_ISTACK, &crl_ev); in crlattach()
Dmachdep.c596 scb_vecalloc(vec, func, arg, SCB_ISTACK, ev); in bi_intr_establish()
/netbsd/src/sys/arch/vax/vsa/
Ddz_vsbus.c165 scb_vecalloc(va->va_cvec, dzxint, sc, SCB_ISTACK, &sc->sc_tintrcnt); in dz_vsbus_attach()
166 scb_vecalloc(va->va_cvec - 4, dzrint, sc, SCB_ISTACK, &sc->sc_rintrcnt); in dz_vsbus_attach()
Dvsaudio.c209 scb_vecalloc(va->va_cvec, vsaudio_hwintr, amsc, SCB_ISTACK, in vsaudio_attach()
Dncr.c144 SCB_ISTACK, &sc->ncr_intrcnt); in si_vsbus_attach()
Dtc_vsbus.c367 scb_vecalloc(sc->sc_cvec, tc_vsbus_intr, sc, SCB_ISTACK, &sc->sc_ev); in tc_vsbus_intr_establish()
Dasc_vsbus.c256 &asc->sc_ncr53c9x, SCB_ISTACK, &asc->sc_intrcnt); in asc_vsbus_attach()
Dhdc9224.c292 scb_vecalloc(va->va_cvec, hdcintr, sc, SCB_ISTACK, &sc->sc_intrcnt); in hdcattach()
/netbsd/src/sys/arch/vax/include/
Dscb.h106 #define SCB_ISTACK 1 macro
/netbsd/src/sys/arch/vax/if/
Dif_ze.c157 SCB_ISTACK, &sc->sc_intrcnt); in ze_mainbus_attach()
Dif_le.c184 SCB_ISTACK, &sc->sc_intrcnt); in le_mainbus_attach()
Dif_le_vsbus.c212 SCB_ISTACK, &sc->sc_intrcnt); in le_vsbus_attach()
/netbsd/src/sys/arch/vax/boot/boot/
Dautoconf.c168 addr |= SCB_ISTACK; /* Only interrupt stack */ in scbinit()
/netbsd/src/sys/arch/vax/mba/
Dmba.c135 mbaintr, sc, SCB_ISTACK, &sc->sc_intrcnt); in mbaattach()
/netbsd/src/sys/dev/qbus/
Duba.c351 scb_vecalloc(vec, ifunc, iarg, SCB_ISTACK, ev); in uba_intr_establish()
/netbsd/src/sys/arch/vax/uba/
Duba_sbi.c201 sc, SCB_ISTACK, &sc->uv_sc.uh_intrcnt) \ in dw780_attach()