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