Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dkgdb.h54 extern int kgdb_getregs(struct pt_regs *, char *, int);
/openbmc/u-boot/arch/powerpc/lib/
H A Dkgdb.c149 kgdb_getregs(struct pt_regs *regs, char *buf, int max) in kgdb_getregs() function
/openbmc/u-boot/common/
H A Dkgdb.c411 length = kgdb_getregs(regs, remcomRegBuffer, BUFMAX); in handle_exception()