Searched refs:interrupt (Results 151 - 175 of 184) sorted by relevance

12345678

/freebsd-10.2-release/sys/x86/xen/
H A Dxen_intr.c4 * Xen event and interrupt services for x86 PV and HVM guests.
43 #include <sys/interrupt.h>
84 /** Pointer to this CPU's interrupt statistic counter. */
89 * A set bit means interrupt handling is enabled.
159 * physical interrupt sources.
225 * Allocate and register a per-cpu Xen upcall interrupt counter.
227 * \param cpu The cpu for which to register this interrupt count.
244 * Search for an already allocated but currently unused Xen interrupt
247 * \param type Restrict the search to interrupt sources of the given
250 * \return A pointer to a free Xen interrupt sourc
[all...]
/freebsd-10.2-release/sys/powerpc/powerpc/
H A Dbusdma_machdep.c38 #include <sys/interrupt.h>
/freebsd-10.2-release/sys/sparc64/sparc64/
H A Dmachdep.c57 #include <sys/interrupt.h>
362 * UltraSparc II[e,i] based systems come up with the tick interrupt
365 * UltraSPARC III based systems come up with the system tick interrupt
366 * enabled, causing an interrupt storm on startup since they are not
525 * Initialize the interrupt tables.
585 * Finish the interrupt initialization now that mutexes work and
949 /* Insert code to halt (until next interrupt) for the idle loop. */
/freebsd-10.2-release/sys/dev/pccbb/
H A Dpccbb.c87 #include <sys/interrupt.h>
251 * XXX actually signal IRQ1 over their serial interrupt connections to
268 * requests an interrupt. The PCMCIA standard says that we should set
332 /* Ack the interrupt */
521 * get an interrupt. We handle the rest of the interrupt
527 * In our ISR, we turn off the card changed interrupt. Turn
656 * Call the registered ithread interrupt handler. This entire routine
729 * we don't have an interrupt storm on power on. This has the efect of
785 * We have to mask the card change detect interrupt whil
[all...]
/freebsd-10.2-release/sys/dev/rc/
H A Drc.c45 #include <sys/interrupt.h>
310 device_printf(dev, "failed to register interrupt handler\n");
338 device_printf(dev, "failed to deregister interrupt handler\n");
365 /* RC interrupt handling */
378 device_printf(sc->sc_dev, "extra interrupt\n");
578 rcout(sc, CD180_EOIR, 0); /* end of interrupt */
679 "channel %d: interrupt-level buffer overflow\n",
1167 /* Pseudo-interrupt poll stuff */
/freebsd-10.2-release/sys/ofed/drivers/infiniband/core/
H A Dlocal_sa.c35 #include <linux/interrupt.h>
/freebsd-10.2-release/sys/ofed/drivers/infiniband/hw/mthca/
H A Dmthca_main.c38 #include <linux/interrupt.h>
837 mthca_warn(dev, "NOP command failed to generate interrupt "
842 mthca_err(dev, "NOP command failed to generate interrupt "
845 mthca_err(dev, "BIOS or ACPI interrupt routing problem?\n");
/freebsd-10.2-release/sys/kern/
H A Dkern_timeout.c51 #include <sys/interrupt.h>
120 * for callout running directly from hardware interrupt context.
446 * directly from hardware interrupt context.
798 * Software (low priority) clock interrupt.
/freebsd-10.2-release/sys/mips/mips/
H A Dbusdma_machdep.c40 #include <sys/interrupt.h>
/freebsd-10.2-release/sys/x86/x86/
H A Dlocal_apic.c70 #include <sys/interrupt.h>
223 * Map the local APIC and setup necessary interrupt vectors.
234 /* Map the local APIC and setup the spurious interrupt handler. */
248 /* Local APIC timer interrupt. */
251 /* Local APIC error interrupt. */
254 /* XXX: Thermal interrupt */
919 * Called from the mca_init() to activate the CMC interrupt if this CPU is
1114 * we don't lose an interrupt delivery race.
1134 /* Map an IDT vector (APIC) to an IRQ (interrupt source). */
/freebsd-10.2-release/sys/arm/arm/
H A Dbusdma_machdep.c61 #include <sys/interrupt.h>
H A Dbusdma_machdep-v6.c45 #include <sys/interrupt.h>
1232 /* If busdma uses user pages, then the interrupt handler could
/freebsd-10.2-release/sys/dev/ppc/
H A Dppc.c38 #include <sys/interrupt.h>
176 /* enter ECP configuration mode, no interrupt, no DMA */
188 w_ecr(ppc, 0x34); /* byte mode, no interrupt, no DMA */
192 /* enter ECP test mode, no interrupt, no DMA */
230 w_ecr(ppc, 0xd4); /* test mode, no interrupt, no DMA */
325 * no interrupt, no DMA to be able to change to
370 * no interrupt, no DMA to be able to change to
1542 * If we have any child interrupt handlers registered, let
1543 * them handle this interrupt.
1573 * nFault interrupt */
[all...]
/freebsd-10.2-release/sys/dev/cy/
H A Dcy.c47 * an interrupt is generated. Should depend on
75 #include <sys/interrupt.h>
142 "interrupt-level buffer overflow",
184 * interrupt handler.
441 /* ensure an edge for the next interrupt */
977 * next tx empty interrupt, hopefully
1108 /* ensure an edge for the next interrupt */
1391 * receiver FIFO interrupt threshold
1591 * Make the buffer size large enough to handle a softtty interrupt
1791 cyintr1(com); /* fake interrupt t
[all...]
/freebsd-10.2-release/sys/ofed/drivers/net/mlx4/
H A Deq.c34 #include <linux/interrupt.h>
637 /* FW commands can't be executed from interrupt context
1094 mlx4_err(dev, "Couldn't map interrupt clear register, aborting.\n");
1329 mlx4_warn(dev, "Failed mapping eq for interrupt test\n");
/freebsd-10.2-release/sys/arm/cavium/cns11xx/
H A Dif_ece.c436 /* Enable all interrupt sources. */
1263 /* disable all interrupt status sources */
1266 /* clear previous interrupt sources */
1657 desc->interrupt = 1;
1787 /* Disable all interrupt status sources. */
1790 /* Clear previous interrupt sources. */
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dgnu-nat.c44 #include <hurd/interrupt.h>
/freebsd-10.2-release/contrib/groff/src/roff/troff/
H A Denv.cpp1677 void environment::interrupt() function in class:environment
/freebsd-10.2-release/sys/cam/ata/
H A Data_xpt.c40 #include <sys/interrupt.h>
/freebsd-10.2-release/sys/cam/scsi/
H A Dscsi_xpt.c43 #include <sys/interrupt.h>
/freebsd-10.2-release/sys/dev/sio/
H A Dsio.c55 #include <sys/interrupt.h>
149 "interrupt-level buffer overflow",
197 * interrupt handler.
283 * device_get_softc are fast interrupt safe. The current implementation
484 * from any used port that shares the interrupt vector.
514 * compatible interrupt control register, initialize this
607 * Enable the interrupt gate and disable device interrupts. This
608 * should leave the device driving the interrupt line low and
609 * guarantee an edge trigger if an interrupt can be generated.
625 * Attempt to generate an output interrupt
[all...]
/freebsd-10.2-release/sys/netpfil/pf/
H A Dif_pfsync.c70 #include <sys/interrupt.h>
/freebsd-10.2-release/sys/mips/rmi/dev/nlge/
H A Dif_nlge.c102 #include <mips/rmi/interrupt.h>
635 /* This function is called from an interrupt handler */
936 * only care about the MII interrupt and this has to be enabled only
963 /* Setup the MDIO interrupt lists. */
965 * MDIO interrupts are coarse - a single interrupt line provides
968 * linked to an MDIO interrupt should be read. To enable this,
1654 printf("warning: No port registered for interrupt\n");
1663 printf("warning: No ports for MDIO interrupt\n");
1672 /* Ack phy interrupt - clear on read*/
1679 /* no interrupt fo
[all...]
/freebsd-10.2-release/sys/mips/rmi/dev/xlr/
H A Drge.c93 #include <mips/rmi/interrupt.h>
1575 /* This function is called from an interrupt handler */
1837 * note this is a hack to pass the irq to the iodi interrupt setup
2059 "interrupt: INTREG = 0x%08x\n",
2075 "interrupt: INTREG = 0x%08x\n",
/freebsd-10.2-release/sys/sparc64/pci/
H A Dfire.c48 #include <sys/interrupt.h>
344 * Hunt through all the interrupt mapping regs and register
345 * the interrupt controller for our interrupt vectors. We do
358 device_printf(dev, "could not register interrupt "
640 panic("%s: failed to add interrupt for PCIe messages",
804 "JBC unsolicited interrupt ACK/NACK errors");
843 panic("%s: failed to set up interrupt %d", __func__, index);
1013 "link layer interrupt and status %#llx\n",
1020 "phy layer interrupt an
[all...]

Completed in 397 milliseconds

12345678