Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Ddebug.h94 #define TYPE6_EXEC BIT(2) macro
H A Ddebug.c561 bool rwx = !!(ctrl & (TYPE6_LOAD | TYPE6_STORE | TYPE6_EXEC)); in type6_breakpoint_enabled()
594 TYPE6_LOAD | TYPE6_STORE | TYPE6_EXEC)); in type6_mcontrol6_validate()
612 if (ctrl & TYPE6_EXEC) { in type6_breakpoint_insert()
976 if ((ctrl & TYPE6_EXEC) && (bp->pc == pc)) { in riscv_cpu_debug_check_breakpoint()