Searched refs:tcg_s390_data_exception (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/target/s390x/tcg/ |
H A D | int_helper.c | 109 tcg_s390_data_exception(env, 0, GETPC()); in HELPER() 116 tcg_s390_data_exception(env, 0, GETPC()); in HELPER() 142 tcg_s390_data_exception(env, 0, GETPC()); in HELPER() 150 tcg_s390_data_exception(env, 0, GETPC()); in HELPER()
|
H A D | tcg_s390x.h | 19 G_NORETURN void tcg_s390_data_exception(CPUS390XState *env, uint32_t dxc,
|
H A D | excp_helper.c | 48 G_NORETURN void tcg_s390_data_exception(CPUS390XState *env, uint32_t dxc, in tcg_s390_data_exception() function 82 tcg_s390_data_exception(env, dxc, GETPC()); in HELPER()
|
H A D | fpu_helper.c | 105 tcg_s390_data_exception(env, s390_exc, retaddr); in handle_exceptions() 115 tcg_s390_data_exception(env, s390_exc & S390_IEEE_MASK_INEXACT, in handle_exceptions() 952 tcg_s390_data_exception(env, s390_exc | 3, GETPC()); in HELPER()
|