Home
last modified time | relevance | path

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

/openbmc/qemu/target/riscv/
H A Ddebug.h76 #define TYPE2_STORE BIT(1) 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()
494 if (ctrl & TYPE2_STORE) { in type2_breakpoint_insert()
1017 if (ctrl & TYPE2_STORE) { in riscv_cpu_debug_check_watchpoint()