Home
last modified time | relevance | path

Searched refs:interrupt_handler (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/sys/dev/isci/
H A Disci_interrupt.c159 SCIC_CONTROLLER_INTERRUPT_HANDLER interrupt_handler; in isci_interrupt_legacy_handler() local
163 interrupt_handler = interrupt_info->handlers->interrupt_handler; in isci_interrupt_legacy_handler()
179 if (interrupt_handler(scic_controller_handle)) { in isci_interrupt_legacy_handler()
198 SCIC_CONTROLLER_INTERRUPT_HANDLER interrupt_handler; in isci_interrupt_msix_handler() local
201 interrupt_handler = interrupt_info->handlers->interrupt_handler; in isci_interrupt_msix_handler()
209 if (interrupt_handler(scic_controller_handle)) { in isci_interrupt_msix_handler()
232 if(handlers.interrupt_handler(scic_controller) == TRUE) { in isci_interrupt_poll_handler()
/freebsd-12.1/sys/dev/isci/scil/
H A Dscic_controller.h154 SCIC_CONTROLLER_INTERRUPT_HANDLER interrupt_handler; member
H A Dscic_sds_controller.c4104 handler_methods[0].interrupt_handler in scic_controller_get_handler_methods()
4116 handler_methods[0].interrupt_handler in scic_controller_get_handler_methods()
4125 handler_methods[0].interrupt_handler in scic_controller_get_handler_methods()
4130 handler_methods[1].interrupt_handler in scic_controller_get_handler_methods()
4144 handler_methods[0].interrupt_handler in scic_controller_get_handler_methods()
/freebsd-12.1/contrib/sqlite3/
H A Dshell.c10349 static void interrupt_handler(int NotUsed){ in interrupt_handler() function
10364 interrupt_handler(0); in ConsoleCtrlHandler()
19118 signal(SIGINT, interrupt_handler);
/freebsd-12.1/contrib/gcc/doc/
H A Dextend.texi2024 SH processors can be specified via the @code{interrupt_handler} attribute.
2037 @item interrupt_handler
2046 When used together with @code{interrupt_handler}, @code{exception_handler}
2139 Use this attribute together with @code{interrupt_handler},
2392 Use this attribute on the SH to indicate an @code{interrupt_handler}
2399 void f () __attribute__ ((interrupt_handler,
2418 Use this attribute on the SH for an @code{interrupt_handler} to return using
/freebsd-12.1/contrib/gcc/
H A DChangeLog-20034223 * doc/extend.texi (interrupt_handler): Add m68k to the
5960 (m68k_save_reg): Add boolean parameter `interrupt_handler'.
37742 * config/h8300/h8300.c (interrupt_handler): Remove.
37750 Do not set interrupt_handler, os_task, monitor.
37753 Do not set interrupt_handler, os_task, monitor.
H A DFSFChangeLog.1114473 * h8300.c (interrupt_handler): Renamed from pragma_interrupt.
14475 (function_prologue): Set interrupt_handler if the current
H A DChangeLog-1998532 * sh.c (print_operand): Lookup interrupt_handler attribute instead
535 * (sh_pragma_insert_attributes): Create interrupt_handler
H A DChangeLog-20029374 * sh.c (sh_handle_interrupt_handler_attribute): Reject interrupt_handler
15725 interrupt_handler attribute, only registers saved on stack are OK.
H A DChangeLog-200525727 (interrupt, interrupt_handler, saveall): Update documentation for