/src/sys/arch/sparc/sparc/ |
intr.c | 566 static int fastvec; /* marks fast vectors (see below) */ variable in typeref:typename:int 627 fastvec |= 1 << level; 656 fastvec &= ~(1 << level); 696 if (fastvec & (1 << level)) { 823 if (fastvec & (1 << pil)) {
|
msiiep.c | 564 void (*fastvec)(void)) 578 intr_establish(pil, ipl, ih, fastvec, false);
|
machdep.c | 3020 void (*fastvec)(void)) 3027 intr_establish(pil, level, ih, fastvec, false);
|
/src/sys/dev/sbus/ |
dma_sbus.c | 221 int (*handler)(void *), void *arg, void (*fastvec)(void))
|
qec.c | 232 int (*handler)(void *), void *arg, void (*fastvec)(void)) 233 /* (*fastvec)(void): ignored */
|
/src/sys/arch/sparc/dev/ |
sbus.c | 576 void (*fastvec)(void)) 594 intr_establish(pil, level, ih, fastvec, false);
|
ebus.c | 525 void (*fastvec)(void))
|
/src/sys/arch/sparc64/dev/ |
vbus.c | 208 int (*handler)(void *), void *arg, void (*fastvec)(void) /* ignored */)
|
cbus.c | 173 int (*handler)(void *), void *arg, void (*fastvec)(void) /* ignored */)
|
fhc.c | 230 int (*handler)(void *), void *arg, void (*fastvec)(void) /* ignored */)
|
ebus.c | 470 int (*handler)(void *), void *arg, void (*fastvec)(void) /* ignored */)
|
ebus_mainbus.c | 273 int (*handler)(void *), void *arg, void (*fastvec)(void) /* ignored */)
|
pyro.c | 555 int (*handler)(void *), void *arg, void (*fastvec)(void) /* ignored */)
|
vpci.c | 566 int (*handler)(void *), void *arg, void (*fastvec)(void) /* ignored */)
|
sbus.c | 503 int (*handler)(void *), void *arg, void (*fastvec)(void))
|
schizo.c | 806 int (*handler)(void *), void *arg, void (*fastvec)(void) /* ignored */)
|
psycho.c | 1251 int (*handler)(void *), void *arg, void (*fastvec)(void) /* ignored */)
|
/src/sys/arch/sparc64/sparc64/ |
machdep.c | 2379 int (*handler)(void *), void *arg, void (*fastvec)(void) /* ignored */)
|