Home
last modified time | relevance | path

Searched refs:tcg_s390_data_exception (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/s390x/tcg/
H A Dint_helper.c109 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 Dtcg_s390x.h19 G_NORETURN void tcg_s390_data_exception(CPUS390XState *env, uint32_t dxc,
H A Dexcp_helper.c48 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 Dfpu_helper.c105 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()