| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/ |
| i386-size-overlap.c | 27 trap (void) function 50 " call " SYMBOL (trap) "\n"
|
| i386-size.c | 27 trap (void) function 48 " call " SYMBOL (trap) "\n");
|
| i386-unwind.c | 27 trap (void) function 41 " call " SYMBOL (trap) "\n"
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/ |
| i386-size-overlap.c | 27 trap (void) function 50 " call " SYMBOL (trap) "\n"
|
| i386-size.c | 27 trap (void) function 48 " call " SYMBOL (trap) "\n");
|
| i386-unwind.c | 27 trap (void) function 41 " call " SYMBOL (trap) "\n"
|
| /src/sys/arch/luna68k/stand/boot/ |
| trap.c | 1 /* $NetBSD: trap.c,v 1.3 2023/04/22 10:00:24 tsutsui Exp $ */ 37 * @(#)trap.c 8.1 (Berkeley) 6/10/93 70 * @(#)trap.c 8.1 (Berkeley) 6/10/93 88 "Trace trap", 90 "SSIR trap", 94 "Async system trap" 99 * Called from the trap handler when a processor trap occurs. 102 trap(int type, unsigned int code, unsigned int v, struct frame frame) function 107 printf("trap type %d, code = %x, v = %x\n", type, code, v) [all...] |
| /src/external/gpl3/gdb/dist/sim/testsuite/d10v/ |
| t-dbt.s | 21 ldi r4, #trap 37 trap: ldi r1, success@word label
|
| /src/external/gpl3/gdb.old/dist/sim/testsuite/d10v/ |
| t-dbt.s | 21 ldi r4, #trap 37 trap: ldi r1, success@word label
|
| /src/sys/arch/hp300/stand/common/ |
| machdep.c | 109 trap(struct trapframe *fp) function 121 printf("Got unexpected trap: format=%x vector=%x ps=%x pc=%x\n",
|
| /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fb/ |
| nv50.h | 25 u32 trap; member in struct:nv50_fb_func
|
| nouveau_nvkm_subdev_fb_nv50.c | 148 u32 trap[6], idx, inst; local 160 trap[i] = nvkm_rd32(device, 0x100c94); 167 st0 = (trap[0] & 0x0000000f) >> 0; 168 st1 = (trap[0] & 0x000000f0) >> 4; 169 st2 = (trap[0] & 0x00000f00) >> 8; 170 st3 = (trap[0] & 0x0000f000) >> 12; 172 st0 = (trap[0] & 0x000000ff) >> 0; 173 st1 = (trap[0] & 0x0000ff00) >> 8; 174 st2 = (trap[0] & 0x00ff0000) >> 16; 175 st3 = (trap[0] & 0xff000000) >> 24 [all...] |
| /src/games/hack/ |
| def.trap.h | 1 /* $NetBSD: def.trap.h,v 1.6 2011/08/06 20:18:26 dholland Exp $ */ 66 struct trap { struct 67 struct trap *ntrap; 74 extern struct trap *ftrap; 75 #define newtrap() ((struct trap *) alloc(sizeof(struct trap)))
|
| hack.search.c | 77 struct trap *ttmp; 122 struct trap *trap; local 157 for (trap = ftrap; trap; trap = trap->ntrap) 158 if (trap->tx == x && trap->ty == y && 159 !trap->tseen && !rn2(8)) 179 struct trap *trap; local [all...] |
| hack.lev.c | 82 static void savetrapchn(int, struct trap *); 196 savetrapchn(int fd, struct trap *trap) 198 struct trap *trap2; 199 while (trap) { 200 trap2 = trap->ntrap; 201 bwrite(fd, trap, sizeof(struct trap)); 202 free(trap); 203 trap = trap2 212 struct trap *trap; local [all...] |
| hack.trap.c | 1 /* $NetBSD: hack.trap.c,v 1.10 2011/08/07 06:03:45 dholland Exp $ */ 66 __RCSID("$NetBSD: hack.trap.c,v 1.10 2011/08/07 06:03:45 dholland Exp $"); 77 " bear trap", 78 "n arrow trap", 79 " dart trap", 81 " teleportation trap", 83 " sleeping gas trap", 92 struct trap * 95 struct trap *ttmp; 109 dotrap(struct trap *trap 213 struct trap *trap = t_at(mtmp->mx, mtmp->my); local 330 struct trap *trap; local [all...] |
| /src/sys/arch/next68k/stand/boot/ |
| machdep.c | 106 int trap(struct trapframe *); 109 trap(struct trapframe *fp) function 116 printf("Got unexpected trap: format=%x vector=%x sr=%x pc=%x\n",
|
| /src/sys/arch/sandpoint/stand/altboot/ |
| entry.S | 276 .globl trap 277 trap: label 329 subi 3,3,call_handler-trap
|
| /src/sys/arch/vax/vax/ |
| trap.c | 1 /* $NetBSD: trap.c,v 1.143 2025/04/05 11:20:30 riastradh Exp $ */ 31 __KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.143 2025/04/05 11:20:30 riastradh Exp $"); 46 #include <machine/trap.h> 62 void trap (struct trapframe *); 71 "arithmetic trap", 72 "asynchronous system trap", 75 "trace trap", 82 "kernel debugger trap" 89 trap(struct trapframe *tf) function 117 if(faultdebug)printf("Trap: type %lx, code %lx, pc %lx, psl %lx\n" [all...] |
| /src/sys/arch/amd64/amd64/ |
| trap.c | 1 /* $NetBSD: trap.c,v 1.130 2025/06/20 17:02:18 bouyer Exp $ */ 63 * @(#)trap.c 7.4 (Berkeley) 5/13/91 67 __KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.130 2025/06/20 17:02:18 bouyer Exp $"); 96 #include <machine/trap.h> 125 void trap(struct trapframe *); 129 "breakpoint trap", /* 1 T_BPTFLT */ 130 "arithmetic trap", /* 2 T_ARITHTRAP */ 131 "asynchronous system trap", /* 3 T_ASTFLT */ 133 "trace trap", /* 5 T_TRCTRAP */ 138 "overflow trap", /* 10 T_OFLOW * 258 trap(struct trapframe *frame) function [all...] |
| /src/sys/arch/ia64/ia64/ |
| trap.c | 1 /* $NetBSD: trap.c,v 1.17 2025/11/29 22:08:06 andvar Exp $ */ 64 __KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.17 2025/11/29 22:08:06 andvar Exp $"); 122 "Floating-point Trap", /* 33 */ 123 "Lower-Privilege Transfer Trap", /* 34 */ 124 "Taken Branch Trap", /* 35 */ 125 "Single Step Trap", /* 36 */ 258 printf("%s %s trap (cpu %lu):\n", isfatal? "fatal" : "handled", 261 printf(" trap vector = 0x%x (%s)\n", 284 * We got a trap caused by a break instruction and the immediate was 0. 330 * Enter the debugger due to a trap 378 trap(int vector, struct trapframe *tf) function [all...] |
| /src/sys/arch/powerpc/ibm4xx/ |
| trap.c | 1 /* $NetBSD: trap.c,v 1.102 2023/10/05 19:41:05 ad Exp $ */ 72 __KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.102 2023/10/05 19:41:05 ad Exp $"); 102 #include <machine/trap.h> 120 void trap(struct trapframe *); /* Called from locore / trap_subr */ 141 trap(struct trapframe *tf) function 158 DBPRINTF(TDB_ALL, ("trap(%x) at %lx from frame %p &frame %p\n", 201 ("trap(EXC_DSI) at %lx %s fault on %p esr %x\n", 234 ("trap(EXC_DSI|EXC_USER) at %lx %s fault on %lx %x\n", 275 ("trap(EXC_ISI|EXC_USER) at %lx execute fault tf %p\n", 386 printf("trap type 0x%x at 0x%lx\n", type, tf->tf_srr0) [all...] |
| /src/sys/arch/powerpc/powerpc/ |
| process_machdep.c | 338 const uint32_t trap = 0x7d821008; /* twge %r2, %r2 */ local 378 if ((rv = ppc_istore(l, va[i], trap)) != 0) { 394 if (insn != trap) { 395 panic("%s: ss_insn[%d] = 0x%x != trap",
|
| /src/sys/arch/sparc/sparc/ |
| trap.c | 1 /* $NetBSD: trap.c,v 1.201 2023/10/05 19:41:05 ad Exp $ */ 48 * @(#)trap.c 8.4 (Berkeley) 9/23/93 52 __KERNEL_RCSID(0, "$NetBSD: trap.c,v 1.201 2023/10/05 19:41:05 ad Exp $"); 76 #include <machine/trap.h> 123 * There are more than 100 trap types, but most are unused. 125 * Trap type 0 is taken over as an `Asynchronous System Trap'. 128 static const char T[] = "trap"; 184 /* user (software trap) vectors */ 211 void trap(unsigned, int, int, struct trapframe *) 222 trap(unsigned type, int psr, int pc, struct trapframe *tf) function [all...] |
| /src/bin/sh/ |
| trap.c | 1 /* $NetBSD: trap.c,v 1.58 2024/10/09 13:43:33 kre Exp $ */ 38 static char sccsid[] = "@(#)trap.c 8.5 (Berkeley) 6/5/95"; 40 __RCSID("$NetBSD: trap.c,v 1.58 2024/10/09 13:43:33 kre Exp $"); 69 #include "trap.h" 94 int traps_invalid; /* in a subshell, but trap[] not yet cleared */ 95 static char * volatile trap[NSIG]; /* trap handler commands */ variable 129 * return the name of a signal used by the "trap" command 223 * The trap builtin. 249 if (trap[signo] == NULL [all...] |