Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Ddebug.h77 #define TYPE2_EXEC BIT(2) macro
H A Ddebug.c433 bool rwx = !!(ctrl & (TYPE2_LOAD | TYPE2_STORE | TYPE2_EXEC)); in type2_breakpoint_enabled()
469 TYPE2_LOAD | TYPE2_STORE | TYPE2_EXEC)); in type2_mcontrol_validate()
487 if (ctrl & TYPE2_EXEC) { in type2_breakpoint_insert()
967 if ((ctrl & TYPE2_EXEC) && (bp->pc == pc)) { in riscv_cpu_debug_check_breakpoint()