Searched refs:interrupt (Results 26 - 50 of 161) sorted by relevance

1234567

/freebsd-13-stable/sys/mips/atheros/
H A Dar71xx_caldata.c37 #include <sys/interrupt.h>
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dinterrupt.c42 #include <sys/interrupt.h>
/freebsd-13-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_kthread.c36 #include <sys/interrupt.h>
/freebsd-13-stable/tests/sys/fs/fusefs/
H A DMakefile28 GTESTS+= interrupt
H A Dinterrupt.cc223 * An interrupt operation that gets received after the original command is
243 in.body.interrupt.unique == mkdir_unique);
255 // Then, respond EAGAIN to the interrupt request
282 * kernel should not attempt to interrupt any other operations on that mount
306 in.body.interrupt.unique == mkdir_unique);
384 in.body.interrupt.unique == mkdir_unique);
565 in.body.interrupt.unique == mkdir_unique);
601 in.body.interrupt.unique == read_unique);
701 /* Finally, interrupt the original op */
713 in.body.interrupt
[all...]
/freebsd-13-stable/sys/dev/ata/chipsets/
H A Data-fsl.c93 ctrl->interrupt[0].function(ctrl->interrupt[0].argument);
118 device_printf(dev, "failed to setup interrupt\n");
H A Data-promise.c191 /* if we are on a FastTrak TX4, adjust the interrupt resource */
266 device_printf(dev, "unable to setup interrupt\n");
300 /* mio type controllers need an interrupt intercept */
304 device_printf(dev, "unable to setup interrupt\n");
333 /* prime fake interrupt register */
599 * since reading interrupt status register on early "mio" chips
601 * in the generic interrupt routine.
608 if ((ch = ctlr->interrupt[unit].argument))
609 ctlr->interrupt[unit].function(ch);
635 /* read and acknowledge interrupt */
[all...]
/freebsd-13-stable/sys/mips/nlm/
H A Dintr_machdep.c38 #include <sys/interrupt.h>
58 #include <mips/nlm/interrupt.h>
66 MALLOC_DEFINE(M_MIPSINTR, "mipsintr", "MIPS interrupt handling");
251 * compare which ACKs the interrupt.
277 printf("stray interrupt %d\n", i);
H A Dxlp_machdep.c43 #include <sys/interrupt.h>
92 #include <mips/nlm/interrupt.h>
H A Dtick.c59 #include <mips/nlm/interrupt.h>
289 * Account for the "lost time" between when the timer interrupt
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerCommon.h128 Status &error, bool &interrupt,
H A DGDBRemoteCommunicationServerPlatform.cpp80 bool &interrupt, bool &quit) {
81 error.SetErrorString("interrupt received");
82 interrupt = true;
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dtaskq.h30 #include <linux/interrupt.h>
/freebsd-13-stable/sys/dev/mlx5/mlx5_en/
H A Den_rl.h37 #include <sys/interrupt.h>
/freebsd-13-stable/sys/mips/cavium/
H A Docteon_pci_console.c44 #include <contrib/octeon-sdk/cvmx-interrupt.h>
/freebsd-13-stable/sys/mips/mediatek/
H A Dmtk_sysctl.c33 #include <sys/interrupt.h>
/freebsd-13-stable/sys/arm/arm/
H A Dmachdep_intr.c40 #include <sys/interrupt.h>
75 * of an interrupt controller implementation. A peripheral device driver should
77 * hardware for some reason other than clearing interrupt conditions.
87 * Consider a typical device interrupt handler which services the interrupt and
88 * writes to a device status-acknowledge register to clear the interrupt before
96 * out of the interrupt call stack to the point where the interrupt driver code
97 * is ready to EOI and unmask the interrupt. The interrupt controlle
[all...]
/freebsd-13-stable/sys/contrib/alpine-hal/
H A Dal_hal_udma_regs_gen.h58 /* [0x0] Reserved register for the interrupt controller */
76 * [0x0] Mailbox interrupt generator.
77 * Generates interrupt to neighbor DMA
79 uint32_t interrupt; member in struct:udma_gen_mailbox
199 /* Generate interrupt to another DMA */
/freebsd-13-stable/sys/powerpc/powermac/
H A Ddbdma.c282 bus_addr_t data, size_t count, uint8_t interrupt, uint8_t branch,
290 cmd.intr = interrupt;
281 dbdma_insert_command(dbdma_channel_t *chan, int slot, int command, int stream, bus_addr_t data, size_t count, uint8_t interrupt, uint8_t branch, uint8_t wait, uint32_t branch_slot) argument
/freebsd-13-stable/sys/dev/ata/
H A Data-pci.c344 controller->interrupt[unit].function = function;
345 controller->interrupt[unit].argument = argument;
367 controller->interrupt[unit].function = NULL;
368 controller->interrupt[unit].argument = NULL;
798 if ((ch = ctlr->interrupt[unit].argument))
799 ctlr->interrupt[unit].function(ch);
821 device_printf(dev, "unable to map interrupt\n");
828 device_printf(dev, "unable to setup interrupt\n");
/freebsd-13-stable/libexec/getty/
H A Dmain.c140 static void interrupt(int);
164 interrupt(int signo __unused) function
530 signal(SIGINT, interrupt);
/freebsd-13-stable/crypto/heimdal/kadmin/
H A Dutil.c574 interrupt(int sig) function
585 osig = signal(SIGINT, interrupt);
/freebsd-13-stable/share/examples/drivers/
H A Dmake_device_driver.sh659 /* Register the interrupt handler. */
668 * OR'd into this type to mark the interrupt fast. However, fast
670 * necessary when coding fast interrupt routines.
719 * Take our interrupt handler out of the list of handlers
816 * Well we got an interrupt, now what?
818 * Make sure that the interrupt routine will always terminate,
/freebsd-13-stable/sys/mips/mips/
H A Dintr_machdep.c39 #include <sys/interrupt.h>
58 MALLOC_DEFINE(M_MIPSINTR, "mipsintr", "MIPS interrupt handling");
266 /* Software interrupt. */
267 i--; /* Get a 0-offset interrupt. */
273 /* Hardware interrupt. */
274 i -= 2; /* Trim software interrupt bits. */
275 i--; /* Get a 0-offset interrupt. */
283 printf("stray %s interrupt %d\n",
289 printf("stray %s interrupt %d\n",
/freebsd-13-stable/sys/mips/atheros/ar531x/
H A Dar5315_spi.c36 #include <sys/interrupt.h>

Completed in 303 milliseconds

1234567