/src/sys/arch/riscv/riscv/ |
cpu_switch.S | 312 bltz a3, intr_handler // MSB is set if interrupt 453 intr_handler: label
|
cpu_switch.S | 312 bltz a3, intr_handler // MSB is set if interrupt 453 intr_handler: label
|
/src/sys/arch/evbarm/g42xxeb/ |
if_ne_obio.c | 82 #define intr_handler dp8390_intr macro 84 #define intr_handler ne_obio_intr macro 127 intr_handler,
|
if_ne_obio.c | 82 #define intr_handler dp8390_intr macro 84 #define intr_handler ne_obio_intr macro 127 intr_handler,
|
/src/sys/dev/pci/ |
ciss_pci.c | 162 int (*intr_handler)(void *); local in function:ciss_pci_attach 262 intr_handler = CISS_PERF_SUPPORTED(sc) 267 intr_handler = ciss_intr_perf_msi; 272 intr_handler, sc, device_xname(self));
|
ciss_pci.c | 162 int (*intr_handler)(void *); local in function:ciss_pci_attach 262 intr_handler = CISS_PERF_SUPPORTED(sc) 267 intr_handler = ciss_intr_perf_msi; 272 intr_handler, sc, device_xname(self));
|
ahcisata_pci.c | 305 int (*intr_handler)(void *); local in function:ahci_pci_intr_establish 315 intr_handler = ahci_intr; 338 intr_handler = ahci_intr; 358 intr_handler = ahci_intr_port; 370 psc->sc_pihp[vec], IPL_BIO, intr_handler, intr_arg, intr_xname);
|
ahcisata_pci.c | 305 int (*intr_handler)(void *); local in function:ahci_pci_intr_establish 315 intr_handler = ahci_intr; 338 intr_handler = ahci_intr; 358 intr_handler = ahci_intr_port; 370 psc->sc_pihp[vec], IPL_BIO, intr_handler, intr_arg, intr_xname);
|
/src/sys/arch/usermode/usermode/ |
trap.c | 90 struct intr_handler { struct 95 static struct intr_handler sigio_intr_handler[SIGIO_MAX_HANDLERS]; 642 struct intr_handler *sih; 664 struct intr_handler *sih;
|
trap.c | 90 struct intr_handler { struct 95 static struct intr_handler sigio_intr_handler[SIGIO_MAX_HANDLERS]; 642 struct intr_handler *sih; 664 struct intr_handler *sih;
|
/src/sys/dev/pci/cxgb/ |
cxgb_common.h | 516 int (*intr_handler)(struct cphy *phy); member in struct:cphy_ops
|
cxgb_common.h | 516 int (*intr_handler)(struct cphy *phy); member in struct:cphy_ops
|