Home | History | Annotate | Download | only in ibm4xx

Lines Matching defs:trap

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)
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);
395 panic("trap");