Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dkgdb.h50 extern int kgdb_setjmp(long *);
/openbmc/u-boot/common/
H A Dkgdb.c346 if (kgdb_setjmp(error_jmp_buf) != 0) in handle_exception()
392 errnum = kgdb_setjmp(error_jmp_buf); in handle_exception()
/openbmc/u-boot/arch/powerpc/lib/
H A Dkgdb.c13 kgdb_setjmp(long *buf) in kgdb_setjmp() function