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.c563 bool rwx = !!(ctrl & (TYPE6_LOAD | TYPE6_STORE | TYPE6_EXEC)); in type6_breakpoint_enabled()
596 TYPE6_LOAD | TYPE6_STORE | TYPE6_EXEC)); in type6_mcontrol6_validate()
614 if (ctrl & TYPE6_EXEC) { in type6_breakpoint_insert()
978 if ((ctrl & TYPE6_EXEC) && (bp->pc == pc)) { in riscv_cpu_debug_check_breakpoint()