Searched refs:gen_swstep_exception (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.h | 392 static inline void gen_swstep_exception(DisasContext *s, int isv, int ex) in gen_swstep_exception() function
|
H A D | translate.c | 392 gen_swstep_exception(s, 1, s->is_ldex); in gen_singlestep_exception() 7722 gen_swstep_exception(dc, 0, 0); in arm_check_ss_active()
|
H A D | translate-a64.c | 480 gen_swstep_exception(s, 1, s->is_ldex); in gen_step_complete_exception() 12092 gen_swstep_exception(s, 0, 0); in aarch64_tr_translate_insn()
|