Home
last modified time | relevance | path

Searched refs:DEBUGCAUSE_DBNUM_SHIFT (Results 1 – 2 of 2) sorted by relevance

/qemu/target/xtensa/
H A Dhelper.c212 return DEBUGCAUSE_DB | (i << DEBUGCAUSE_DBNUM_SHIFT); in check_hw_breakpoints()
H A Dcpu.h195 #define DEBUGCAUSE_DBNUM_SHIFT 8 macro