Searched refs:gen_program_exception (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate_vx.c.inc | 325 gen_program_exception(s, PGM_SPECIFICATION); 384 gen_program_exception(s, PGM_SPECIFICATION); 425 gen_program_exception(s, PGM_SPECIFICATION); 442 gen_program_exception(s, PGM_SPECIFICATION); 458 gen_program_exception(s, PGM_SPECIFICATION); 486 gen_program_exception(s, PGM_SPECIFICATION); 505 gen_program_exception(s, PGM_SPECIFICATION); 559 gen_program_exception(s, PGM_SPECIFICATION); 576 gen_program_exception(s, PGM_SPECIFICATION); 590 gen_program_exception(s, PGM_SPECIFICATION); [all …]
|
H A D | translate.c | 404 static void gen_program_exception(DisasContext *s, int code) in gen_program_exception() function 425 gen_program_exception(s, PGM_OPERATION); in gen_illegal_opcode() 1676 gen_program_exception(s, PGM_SPECIFICATION); in fpinst_extract_m34() 1944 gen_program_exception(s, PGM_SPECIFICATION); in op_clcl() 1963 gen_program_exception(s, PGM_SPECIFICATION); in op_clcle() 1982 gen_program_exception(s, PGM_SPECIFICATION); in op_clclu() 2190 gen_program_exception(s, PGM_SPECIFICATION); in op_cuXX() 2338 gen_program_exception(s, PGM_EXECUTE); in op_ex() 2541 gen_program_exception(s, PGM_SPECIFICATION); in op_msa() 2547 gen_program_exception(s, PGM_SPECIFICATION); in op_msa() [all …]
|