Home
last modified time | relevance | path

Searched refs:extype (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dkgdb.c451 kd.extype = KGDBEXIT_KILL; in handle_exception()
461 kd.extype = KGDBEXIT_CONTINUE; in handle_exception()
465 kd.extype |= KGDBEXIT_WITHADDR; in handle_exception()
475 kd.extype = KGDBEXIT_SINGLE; in handle_exception()
479 kd.extype |= KGDBEXIT_WITHADDR; in handle_exception()
/OK3568_Linux_fs/u-boot/arch/powerpc/lib/
H A Dkgdb.c110 if (kdp->extype & KGDBEXIT_WITHADDR) in kgdb_exit()
113 switch (kdp->extype & KGDBEXIT_TYPEMASK) { in kgdb_exit()
/OK3568_Linux_fs/u-boot/include/
H A Dkgdb.h33 int extype; member
/OK3568_Linux_fs/u-boot/test/py/
H A Du_boot_console_base.py55 def __exit__(self, extype, value, traceback): argument
72 def __exit__(self, extype, value, traceback): argument
H A Dmultiplexed_log.py202 def __exit__(self, extype, value, traceback): argument