Lines Matching defs:trap
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)
107 printf("trap type %d, code = %x, v = %x\n", type, code, v);
112 panic("trap");