Searched refs:interrupt (Results 1 - 25 of 174) sorted by relevance

1234567

/freebsd-12-stable/sys/gnu/dts/include/dt-bindings/interrupt-controller/
H A Dmips-gic.h5 #include <dt-bindings/interrupt-controller/irq.h>
H A Darm-gic.h9 #include <dt-bindings/interrupt-controller/irq.h>
11 /* interrupt specifier cell 0 */
/freebsd-12-stable/sys/arm/annapurna/alpine/
H A Dalpine_common.c48 int *interrupt, int *trig, int *pol);
51 alpine_pic_decode_fdt(uint32_t iparent, uint32_t *intr, int *interrupt, argument
56 rv = gic_decode_fdt(iparent, intr, interrupt, trig, pol);
59 interrupt = FDT_MAP_IRQ(iparent, interrupt);
61 /* Configure the interrupt if callback provided */
63 (*arm_config_irq)(*interrupt, *trig, *pol);
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dhardirq.h39 #include <sys/interrupt.h>
/freebsd-12-stable/sys/conf/
H A DMakefile.sparc6433 MDOBJS= exception.o interrupt.o
/freebsd-12-stable/sys/arm/arm/
H A Dintr.c38 * Soft interrupt and other generic interrupt functions.
54 #include <sys/interrupt.h>
114 int i, rv, interrupt, trig, pol; local
122 rv = intr_decode(intr_parent, intr, &interrupt, &trig, &pol);
126 interrupt = FDT_MAP_IRQ(intr_parent, interrupt);
127 return (interrupt);
132 interrupt = FDT_MAP_IRQ(intr_parent, fdt32_to_cpu(intr[0]));
134 return (interrupt);
[all...]
/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx_common.c57 fdt_intc_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig, argument
61 *interrupt = fdt32_to_cpu(intr[0]);
/freebsd-12-stable/sys/arm/versatile/
H A Dversatile_common.c54 fdt_intc_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig, argument
61 *interrupt = fdt32_to_cpu(intr[0]);
/freebsd-12-stable/sys/dev/acpica/
H A Dacpi_pcib.c137 * Get the PCI interrupt routing table for this bus. If we can't
146 "could not get PCI interrupt routing table for %s - %s\n",
178 * Route an interrupt for a child of the bridge.
187 int interrupt; local
192 interrupt = PCI_INVALID_IRQ;
231 interrupt = prt->SourceIndex;
232 BUS_CONFIG_INTR(dev, interrupt, INTR_TRIGGER_LEVEL,
240 * We have to find the source device (PCI interrupt link device).
243 device_printf(pcib, "couldn't find PCI interrupt link device %s\n",
247 interrupt
[all...]
/freebsd-12-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServer.h33 Status &error, bool &interrupt, bool &quit)>;
45 Status &error, bool &interrupt,
H A DGDBRemoteCommunicationReplayServer.h44 Status &error, bool &interrupt,
H A DGDBRemoteClientBase.h58 Lock(GDBRemoteClientBase &comm, bool interrupt);
63 // Whether we had to interrupt the continue thread to acquire the
73 void SyncWithContinueThread(bool interrupt);
97 /// continue thread has control, async threads should interrupt it and wait
106 /// Packet with which to resume after an async interrupt. Can be changed by
110 /// When was the interrupt packet sent. Used to make sure we time out if the
111 /// stub does not respond to interrupt requests.
H A DGDBRemoteCommunicationServer.cpp30 [this](StringExtractorGDBRemote packet, Status &error, bool &interrupt,
44 Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) {
70 packet_result = handler_it->second(packet, error, interrupt, quit);
43 GetPacketAndSendResponse( Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) argument
H A DGDBRemoteClientBase.cpp111 // because if a thread was single stepping, and we sent an interrupt, we
112 // will notice above that we didn't stop due to an interrupt but stopped
260 // before the remote stub manages to interrupt it. We need to wait for this
277 // interrupt, that stop will get eaten (llvm.org/pr20231).
339 GDBRemoteClientBase::Lock::Lock(GDBRemoteClientBase &comm, bool interrupt) argument
342 SyncWithContinueThread(interrupt);
347 void GDBRemoteClientBase::Lock::SyncWithContinueThread(bool interrupt) { argument
350 if (m_comm.m_is_running && !interrupt)
358 // packet. Let's interrupt it.
365 "interrupt packe
[all...]
H A DGDBRemoteCommunicationReplayServer.cpp95 Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) {
248 bool interrupt; local
250 error, interrupt, done);
94 GetPacketAndSendResponse( Timeout<std::micro> timeout, Status &error, bool &interrupt, bool &quit) argument
/freebsd-12-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/io/
H A Dtst.fds.c40 interrupt(int sig) function
58 act.sa_handler = interrupt;
/freebsd-12-stable/sys/arm/amlogic/aml8726/
H A Daml8726_machdep.c170 fdt_pic_decode_ic(phandle_t node, pcell_t *intr, int *interrupt, int *trig, argument
180 *interrupt = fdt32_to_cpu(intr[1]);
/freebsd-12-stable/contrib/apr/misc/unix/
H A Drandbyte_os2.inc59 * idle / busy / interrupt cycle counts which should provide very good
77 ULONG ulIntrLow; /* Low 32 bits of interrupt time */
78 ULONG ulIntrHigh; /* High 32 bits of interrupt time */
/freebsd-12-stable/sys/dev/mlx5/mlx5_fpga/
H A Dconn.h43 #include <linux/interrupt.h>
/freebsd-12-stable/sys/dev/usb/
H A Dusb_process.h33 #include <sys/interrupt.h>
/freebsd-12-stable/contrib/ntp/include/
H A Dhopf6039.h127 int interrupt; member in struct:hopfCard
/freebsd-12-stable/sys/powerpc/include/
H A Ddbdma.h58 /* These codes are for the interrupt, branch, and wait flags */
127 * The interrupt/branch/wait selector let you specify a set of values
143 int stream, bus_addr_t data, size_t count, uint8_t interrupt,
/freebsd-12-stable/sys/mips/atheros/
H A Dar71xx_fixup.c39 #include <sys/interrupt.h>
/freebsd-12-stable/sys/mips/cavium/
H A Docteon_pmc.c37 #include <sys/interrupt.h>
/freebsd-12-stable/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp364 bool interrupt = false; local
366 while (!interrupt && !done) {
367 if (platform.GetPacketAndSendResponse(llvm::None, error, interrupt,

Completed in 362 milliseconds

1234567