Home
last modified time | relevance | path

Searched refs:kgdb_putregs (Results 1 – 3 of 3) sorted by relevance

/openbmc/u-boot/include/
H A Dkgdb.h56 extern void kgdb_putregs(struct pt_regs *, char *, int);
/openbmc/u-boot/arch/powerpc/lib/
H A Dkgdb.c217 kgdb_putregs(struct pt_regs *regs, char *buf, int length) in kgdb_putregs() function
/openbmc/u-boot/common/
H A Dkgdb.c419 kgdb_putregs(regs, remcomRegBuffer, length/2); in handle_exception()