Searched refs:trap (Results 1 - 25 of 134) sorted by relevance

123456

/freebsd-13-stable/sys/i386/include/
H A Dtrap.h6 #include <x86/trap.h>
H A Ddb_machdep.h34 #include <machine/trap.h>
/freebsd-13-stable/sys/amd64/include/
H A Dtrap.h6 #include <x86/trap.h>
H A Ddb_machdep.h34 #include <machine/trap.h>
/freebsd-13-stable/sys/contrib/openzfs/module/icp/include/sys/
H A Dtrap.h32 #include <sys/ia32/trap.h> /* XX64 x86/sys/trap.h */
/freebsd-13-stable/bin/sh/
H A Dtrap.c37 static char sccsid[] = "@(#)trap.c 8.5 (Berkeley) 6/5/95";
58 #include "trap.h"
80 static int in_dotrap; /* do we execute in a trap handler? */
81 static char *volatile trap[NSIG]; /* trap handler commands */ variable
152 * The trap builtin.
173 if (signo < NSIG && trap[signo] != NULL) {
174 out1str("trap -- ");
175 out1qstr(trap[signo]);
205 if (trap[sign
[all...]
/freebsd-13-stable/sys/sys/
H A Dkdb.h55 #define KDB_BACKEND(name, init, trace, trace_thread, trap) \
61 .dbbe_trap = trap \
69 extern int debugger_on_trap; /* enter the debugger on trap. */
108 #define KDB_WHY_TRAP "trap" /* Fatal trap. */
/freebsd-13-stable/sys/powerpc/powerpc/
H A Dinterrupt.c66 #include <machine/trap.h>
79 * here, and the trap code can come in separately
131 /* If no handler, or failure to handle, just drop to trap. */
139 trap(framep);
H A Dgdb_machdep.c46 #include <machine/trap.h>
H A Dstack_machdep.c47 #include <machine/trap.h>
77 * Don't bother traversing trap-frames - there should
/freebsd-13-stable/sys/mips/mips/
H A Dgdb_machdep.c105 #include <machine/trap.h>
/freebsd-13-stable/sys/mips/include/
H A Ddb_machdep.h43 #include <machine/trap.h>
H A Dtrap.h1 /* $OpenBSD: trap.h,v 1.3 1999/01/27 04:46:06 imp Exp $ */
38 * from: Utah Hdr: trap.h 1.1 90/07/09
39 * from: @(#)trap.h 8.1 (Berkeley) 6/10/93
40 * JNPR: trap.h,v 1.3 2006/12/02 09:53:41 katta
48 * Trap codes also known in trap.c for name strings.
78 struct trapdebug { /* trap history buffer for debugging */
122 register_t trap(struct trapframe *);
/freebsd-13-stable/sys/riscv/include/
H A Ddb_machdep.h42 #include <machine/trap.h>
/freebsd-13-stable/sys/arm/include/
H A Ddb_machdep.h34 #include <machine/trap.h>
/freebsd-13-stable/share/mk/
H A Dinstall-new.mk23 trap "" 1 2 3 15; \
39 trap "" 1 2 3 15; \
/freebsd-13-stable/sys/powerpc/include/
H A Dprofile.h184 #include <machine/trap.h>
H A Dtrap.h33 * $NetBSD: trap.h,v 1.7 2002/02/22 13:51:40 kleink Exp $
101 #define EXC_DEBUG 0x2f10 /* Debug trap */
145 /* DTrace trap opcode. */
148 /* Magic pointer to store TOC base and other info for trap handlers on ppc64 */
157 void trap(struct trapframe *);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dreport.cpp37 inline void NORETURN trap() { __builtin_trap(); } function in namespace:scudo
45 trap();
/freebsd-13-stable/sys/powerpc/powernv/
H A Dopal_hmi.c40 #include <machine/trap.h>
/freebsd-13-stable/sys/arm/arm/
H A Dgdb_machdep.c43 #include <machine/trap.h>
/freebsd-13-stable/sys/powerpc/aim/
H A Dlocore32.S32 #include <machine/trap.h>
64 #define TRAPSTKSZ 4096 /* 4k trap stack */
H A Daim_machdep.c124 #include <machine/trap.h>
242 vm_offset_t trap; local
339 * and setting ppc64 = 0 if that causes a trap.
360 * and set up the trap tables.
378 * Copy generic handler into every possible trap. Special cases will get
381 for (trap = EXC_RST; trap < EXC_LAST; trap += 0x20)
382 bcopy(&trapcode, (void *)trap, trapsize);
388 * to the top of every non-generic trap handle
[all...]
/freebsd-13-stable/sys/i386/i386/
H A Dgdb_machdep.c44 #include <machine/trap.h>
127 /* NB: 'code' contains the value of dr6 at the trap. */
143 * watchpoint trap and a hardware breakpoint trap (currently
/freebsd-13-stable/sys/mips/atheros/ar531x/
H A Dar5315_setup.c53 #include <machine/trap.h>

Completed in 116 milliseconds

123456