Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/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()
/openbmc/u-boot/test/py/
H A Du_boot_utils.py282 def __exit__(self, extype, value, traceback): argument
283 if extype:
H A Du_boot_console_base.py54 def __exit__(self, extype, value, traceback): argument
71 def __exit__(self, extype, value, traceback): argument
H A Dmultiplexed_log.py201 def __exit__(self, extype, value, traceback): argument
/openbmc/u-boot/include/
H A Dkgdb.h33 int extype; member