Home
last modified time | relevance | path

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

/openbmc/qemu/target/xtensa/
H A Dhelper.c242 debug_exception_env(env, DEBUGCAUSE_IB); in xtensa_breakpoint_handler()
H A Dcpu.h189 #define DEBUGCAUSE_IB 0x2 macro
H A Dtranslate.c329 if (cause & (DEBUGCAUSE_IB | DEBUGCAUSE_BI | DEBUGCAUSE_BN)) { in gen_debug_exception()