/src/sys/arch/newsmips/dev/ |
zs.c | 86 * but we establish zshard handler per each ZS chips 90 zshard(void *arg) function in typeref:typename:int
|
/src/sys/arch/cesfic/dev/ |
zs.c | 194 zshard(void *arg) function in typeref:typename:int
|
/src/sys/arch/ews4800mips/dev/ |
zs.c | 82 zshard(void *arg) function in typeref:typename:int
|
/src/sys/arch/cobalt/dev/ |
zs.c | 94 static int zshard(void *); 239 icu_intr_establish(maa->ma_irq, IST_EDGE, IPL_SERIAL, zshard, zsc); 271 zshard(void *arg) function in typeref:typename:int
|
/src/sys/arch/news68k/dev/ |
zs.c | 148 static int zshard(void *); 271 hb_intr_establish(zs_init_reg[2], zshard, ZSHARD_PRI, zsc); 308 zshard(void *arg) function in typeref:typename:int
|
/src/sys/arch/x68k/dev/ |
zs.c | 134 static int zshard(void *); 274 if (intio_intr_establish(ia->ia_intr, "zs", zshard, zsc)) 313 zshard(void *arg) function in typeref:typename:int 321 * Here we disable all interrupts to shorten the zshard
|
/src/sys/arch/next68k/dev/ |
zs.c | 171 static int zshard(void *); 271 isrlink_autovec(zshard, NULL, NEXT_I_IPL(NEXT_I_SCC), 0, NULL); 310 zshard(void *arg) function in typeref:typename:int
|
/src/sys/arch/sun2/dev/ |
zs.c | 139 static int zshard(void *); 300 bus_intr_establish(zsc->zsc_bustag, pri, IPL_SERIAL, 0, zshard, zsc); 338 zshard(void *arg) function in typeref:typename:int 370 rval = (zshard((void *)zsc) || rval);
|
/src/sys/arch/mipsco/obio/ |
zs.c | 161 static int zshard(void *); 284 bus_intr_establish(zsc->zsc_bustag, SYS_INTR_SCC0, 0, 0, zshard, NULL); 321 zshard(void *arg) function in typeref:typename:int 344 * Similar scheme as for zshard (look at all of them) 357 * The soft intr. bit will be set by zshard only if 360 * the soft intr bit just after zshard has set it.
|
/src/sys/arch/sparc/dev/ |
zs.c | 175 static int zshard(void *); 566 bus_intr_establish(zsc->zsc_bustag, pri, IPL_SERIAL, zshard, zsc); 614 * but we establish zshard handler per each ZS chips 618 zshard(void *arg) function in typeref:typename:int
|
/src/sys/arch/sgimips/dev/ |
zs.c | 181 static int zshard (void *); 334 cpu_intr_establish(haa->ha_irq, IPL_TTY, zshard, NULL); 371 zshard(void *arg) function in typeref:typename:int 398 * Similar scheme as for zshard (look at all of them) 411 * The soft intr. bit will be set by zshard only if 414 * the soft intr bit just after zshard has set it.
|
/src/sys/arch/sparc64/dev/ |
zs.c | 174 static int zshard(void *); 462 bus_intr_establish(zsc->zsc_bustag, pri, IPL_SERIAL, zshard, zsc); 498 zshard(void *arg) function in typeref:typename:int 529 rval = (zshard((void *)zsc) || rval);
|
/src/sys/arch/sun3/dev/ |
zs.c | 206 static int zshard(void *); 336 isr_add_autovect(zshard, zsc, ca->ca_intpri); 380 * but we establish zshard handler per each ZS chip 384 zshard(void *arg) function in typeref:typename:int
|
/src/sys/arch/mac68k/dev/ |
zs.c | 215 int zshard(void *); 378 add_psc_lev4_intr(PSCINTR_SCCA, zshard, zsc); 379 add_psc_lev4_intr(PSCINTR_SCCB, zshard, zsc); 381 intr_establish(zshard, zsc, ZSHARD_PRI); 445 zshard(void *arg) function in typeref:typename:int
|
/src/sys/arch/macppc/dev/ |
zs.c | 184 int zshard(void *); 410 zshard, zsc, intr_xname); 477 zshard(void *arg) function in typeref:typename:int
|
/src/sys/arch/atari/dev/ |
zs.c | 256 static int zshard(void *); 357 if (intr_establish(36, USER_VEC, 0, (hw_ifun_t)zshard, sc) == NULL) 360 if (intr_establish(32, USER_VEC, 0, (hw_ifun_t)zshard, sc) == NULL) 363 if (intr_establish(34, USER_VEC, 0, (hw_ifun_t)zshard, sc) == NULL) 366 if (intr_establish(38, USER_VEC, 0, (hw_ifun_t)zshard, sc) == NULL) 369 if (intr_establish(44, USER_VEC, 0, (hw_ifun_t)zshard, sc) == NULL) 372 if (intr_establish(40, USER_VEC, 0, (hw_ifun_t)zshard, sc) == NULL) 375 if (intr_establish(42, USER_VEC, 0, (hw_ifun_t)zshard, sc) == NULL) 378 if (intr_establish(46, USER_VEC, 0, (hw_ifun_t)zshard, sc) == NULL) 589 zshard(void *arg function in typeref:typename:int [all...] |
/src/sys/arch/sparc/sparc/ |
locore.s | 337 #define ZS_INTERRUPT b zshard; mov %psr, %l0; nop; nop 2982 zshard: label
|
/src/sys/arch/sparc64/sparc64/ |
locore.s | 382 #define ZS_INTERRUPT ba,a,pt %icc, zshard; nop; TA8 4826 zshard: label
|