Home
last modified time | relevance | path

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

/qemu/target/hppa/
H A Dtranslate.c53 typedef struct DisasDelayException { struct
54 struct DisasDelayException *next; argument
62 } DisasDelayException; argument
79 DisasDelayException *delay_excp_list;
736 static DisasDelayException *delay_excp(DisasContext *ctx, uint8_t excp) in delay_excp()
738 DisasDelayException *e = tcg_malloc(sizeof(DisasDelayException)); in delay_excp()
762 DisasDelayException *e = delay_excp(ctx, exc); in gen_excp_iir()
1158 DisasDelayException *e; in gen_tc()
1178 DisasDelayException *e = delay_excp(ctx, EXCP_OVERFLOW); in gen_tsv()
4822 for (DisasDelayException *e = ctx->delay_excp_list; e ; e = e->next) { in hppa_tr_tb_stop()
/qemu/target/sparc/
H A Dtranslate.c162 typedef struct DisasDelayException { struct
163 struct DisasDelayException *next; argument
169 } DisasDelayException; typedef
196 DisasDelayException *delay_excp_list;
1061 DisasDelayException *e = g_new0(DisasDelayException, 1); in delay_exceptionv()
5664 DisasDelayException *e, *e_next; in sparc_tr_tb_stop()