Searched refs:gen_excp (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 276 static DisasJumpType gen_excp(DisasContext *ctx, int exception, int error_code) in gen_excp() function 285 return gen_excp(ctx, EXCP_OPCDEC, 0); in gen_invalid() 1140 return gen_excp(ctx, EXCP_HALTED, 0); in gen_call_pal() 1153 return gen_excp(ctx, EXCP_CALL_PAL, palcode); in gen_call_pal() 1276 return gen_excp(ctx, EXCP_HALTED, 0); in gen_mtpr() 2853 ret = gen_excp(ctx, EXCP_FEN, 0); in translate_one()
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 728 static void gen_excp(DisasContext *ctx, int exception) in gen_excp() function 760 gen_excp(ctx, exc); in gen_excp_iir()
|