Home
last modified time | relevance | path

Searched refs:riscv_cpu_debug_check_breakpoint (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/riscv/
H A Ddebug.h148 bool riscv_cpu_debug_check_breakpoint(CPUState *cs);
H A Ddebug.c946 bool riscv_cpu_debug_check_breakpoint(CPUState *cs) in riscv_cpu_debug_check_breakpoint()
944 bool riscv_cpu_debug_check_breakpoint(CPUState *cs) riscv_cpu_debug_check_breakpoint() function
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c148 .debug_check_breakpoint = riscv_cpu_debug_check_breakpoint,