Searched refs:intr_event_handle (Results 1 – 16 of 16) sorted by relevance
| /f-stack/freebsd/mips/nlm/ |
| H A D | intr_machdep.c | 254 intr_event_handle(xlp_interrupts[IRQ_TIMER].ie, tf); in cpu_intr() 276 if (intr_event_handle(ie, tf) != 0) { in cpu_intr()
|
| /f-stack/freebsd/sys/ |
| H A D | interrupt.h | 186 int intr_event_handle(struct intr_event *ie, struct trapframe *frame);
|
| /f-stack/freebsd/mips/cavium/ |
| H A D | ciu.c | 445 error = intr_event_handle(ciu_en0_intr_events[irq_index], NULL); in ciu_intr() 456 error = intr_event_handle(ciu_en1_intr_events[irq_index], NULL); in ciu_intr()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | intr_machdep.c | 288 if (intr_event_handle(event, tf) != 0) { in cpu_intr()
|
| /f-stack/freebsd/mips/atheros/ |
| H A D | apb.c | 399 intr_event_handle(event, PCPU_GET(curthread)->td_intr_frame); in apb_filter()
|
| H A D | qca955x_pci.c | 548 intr_event_handle(event, NULL); in qca955x_pci_intr()
|
| H A D | ar724x_pci.c | 615 intr_event_handle(event, NULL); in ar724x_pci_intr()
|
| H A D | ar71xx_pci.c | 643 intr_event_handle(event, NULL); in ar71xx_pci_intr()
|
| /f-stack/freebsd/kern/ |
| H A D | kern_clock.c | 510 intr_event_handle(clk_intr_event, NULL); in hardclock()
|
| H A D | kern_intr.c | 1319 intr_event_handle(struct intr_event *ie, struct trapframe *frame) in intr_event_handle() function
|
| H A D | subr_intr.c | 383 if (intr_event_handle(isrc->isrc_event, tf) == 0) in intr_isrc_dispatch()
|
| /f-stack/freebsd/mips/atheros/ar531x/ |
| H A D | apb.c | 522 intr_event_handle(event, PCPU_GET(curthread)->td_intr_frame); in apb_filter()
|
| /f-stack/freebsd/mips/malta/ |
| H A D | gt_pci.c | 238 intr_event_handle(event, NULL); in gt_pci_intr()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | intr_machdep.c | 357 if (intr_event_handle(ie, frame) != 0) { in intr_execute_handlers()
|
| H A D | mp_x86.c | 1630 intr_event_handle(clk_intr_event, &frame); in ipi_swi_handler()
|
| /f-stack/freebsd/mips/mediatek/ |
| H A D | mtk_pcie.c | 770 intr_event_handle(event, NULL); in mtk_pci_intr()
|