Searched refs:regdump (Results 1 - 24 of 24) sorted by relevance

/netbsd-current/sys/arch/luna68k/stand/boot/
H A Dtrap.c108 regdump(frame.f_regs, 128);
H A Dsamachdep.h145 void regdump(int *, int);
H A Dmachdep.c108 regdump(int *rp /* must not be register */, int sbytes) function
/netbsd-current/sys/arch/evbppc/wii/dev/
H A Davenc.c129 uint8_t regdump[0x100]; local
134 for (reg = 0; reg < sizeof(regdump); reg++) {
135 regdump[reg] = RD1(tag, addr, reg);
140 hexdump(printf, "avenc0", regdump, sizeof(regdump));
/netbsd-current/sys/arch/m68k/include/
H A Dm68k.h119 /* regdump.c */
120 void regdump(struct trapframe *, int);
/netbsd-current/sys/arch/alpha/include/
H A Dalpha.h113 void regdump(struct trapframe *);
/netbsd-current/sys/arch/m68k/m68k/
H A Dregdump.c1 /* $NetBSD: regdump.c,v 1.16 2024/01/13 00:44:42 thorpej Exp $ */
41 __KERNEL_RCSID(0, "$NetBSD: regdump.c,v 1.16 2024/01/13 00:44:42 thorpej Exp $");
63 regdump(struct trapframe *tf, int sbytes) function
/netbsd-current/lib/libcompat/regexp/
H A Dregexp.c787 void regdump __P((regexp *));
1166 - regdump - dump a regexp onto stdout in vaguely comprehensible form
1169 regdump(r) function
/netbsd-current/external/bsd/less/dist/
H A Dregexp.c720 void regdump();
1100 - regdump - dump a regexp onto stdout in vaguely comprehensible form
1103 regdump(r) function
/netbsd-current/sys/arch/atari/atari/
H A Dtrap.c287 regdump((struct trapframe *)fp, 128);
/netbsd-current/sys/arch/next68k/next68k/
H A Dtrap.c320 regdump((struct trapframe *)fp, 128);
/netbsd-current/sys/arch/news68k/news68k/
H A Dtrap.c302 regdump((struct trapframe *)fp, 128);
/netbsd-current/sys/arch/x68k/x68k/
H A Dtrap.c312 regdump((struct trapframe *)fp, 128);
/netbsd-current/sys/arch/hp300/hp300/
H A Dtrap.c309 regdump((struct trapframe *)fp, 128);
H A Dmachdep.c1049 regdump((struct trapframe *)fp, 128);
/netbsd-current/sys/arch/luna68k/luna68k/
H A Dtrap.c280 regdump((struct trapframe *)fp, 128);
/netbsd-current/sys/arch/cesfic/cesfic/
H A Dtrap.c313 regdump((struct trapframe *)fp, 128);
/netbsd-current/sys/arch/mac68k/mac68k/
H A Dtrap.c292 regdump((struct trapframe *)fp, 128);
/netbsd-current/sys/arch/mvme68k/mvme68k/
H A Dtrap.c334 regdump((struct trapframe *)fp, 128);
/netbsd-current/sys/arch/sun3/sun3/
H A Dtrap.c308 regdump(tf, 128);
/netbsd-current/sys/arch/sun2/sun2/
H A Dtrap.c301 regdump(tf, 128);
/netbsd-current/sys/arch/virt68k/virt68k/
H A Dtrap.c334 regdump((struct trapframe *)fp, 128);
/netbsd-current/sys/arch/amiga/amiga/
H A Dtrap.c234 regdump((struct trapframe *)fp, 128);
/netbsd-current/sys/arch/alpha/alpha/
H A Dmachdep.c1460 regdump(struct trapframe *framep) function

Completed in 341 milliseconds