Home
last modified time | relevance | path

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

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