Home
last modified time | relevance | path

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

/u-boot/common/
A Dkgdb.c452 kd.extype = KGDBEXIT_KILL; in handle_exception()
462 kd.extype = KGDBEXIT_CONTINUE; in handle_exception()
466 kd.extype |= KGDBEXIT_WITHADDR; in handle_exception()
476 kd.extype = KGDBEXIT_SINGLE; in handle_exception()
480 kd.extype |= KGDBEXIT_WITHADDR; in handle_exception()
/u-boot/include/
A Dkgdb.h33 int extype; member
/u-boot/arch/powerpc/lib/
A Dkgdb.c111 if (kdp->extype & KGDBEXIT_WITHADDR) in kgdb_exit()
114 switch (kdp->extype & KGDBEXIT_TYPEMASK) { in kgdb_exit()
/u-boot/test/py/
A Du_boot_utils.py283 def __exit__(self, extype, value, traceback): argument
284 if extype:
A Du_boot_console_base.py56 def __exit__(self, extype, value, traceback): argument
73 def __exit__(self, extype, value, traceback): argument
A Dmultiplexed_log.py206 def __exit__(self, extype, value, traceback): argument

Completed in 7 milliseconds