Home
last modified time | relevance | path

Searched defs:exc (Results 1 – 10 of 10) sorted by last modified time

/qemu/target/hppa/
H A Dtranslate.c755 static bool gen_excp_iir(DisasContext *ctx, int exc) in gen_excp_iir()
/qemu/target/s390x/tcg/
H A Dmem_helper.c182 int size1, size2, exc; in access_prepare_nf() local
219 int exc = access_prepare_nf(ret, env, false, vaddr, size, in access_prepare() local
903 int exc; in HELPER() local
2369 int flags, exc, cc; in HELPER() local
H A Dfpu_helper.c46 uint8_t s390_softfloat_exc_to_ieee(unsigned int exc) in s390_softfloat_exc_to_ieee()
/qemu/target/arm/tcg/
H A Dm_helper.c222 int exc; in v7m_stack_write() local
310 int exc; in v7m_stack_read() local
656 static bool arm_v7m_load_vector(ARMCPU *cpu, int exc, bool targets_secure, in arm_v7m_load_vector()
844 int exc; in v7m_exception_taken() local
H A Dtlb_helper.c179 uint32_t syn, exc, fsr, fsc; in arm_deliver_fault() local
/qemu/linux-user/
H A Dsyscall.c12059 uint64_t exc, fpcr, fex; in _syscall2() local
/qemu/target/alpha/
H A Dhelper.c539 int exc, uint64_t mask) in arith_excp()
H A Dfpu_helper.c44 uint8_t exc = get_float_exception_flags(&FP_STATUS); in soft_to_fpcr_exc() local
60 uint32_t exc, uint32_t regno, uint32_t hw_exc) in fp_exc_raise1()
77 uint32_t exc = env->error_code; in helper_fp_exc_raise() local
90 uint32_t exc = env->error_code & ~ignore; in helper_fp_exc_raise_s() local
458 uint32_t exc; in do_cvttq() local
505 uint32_t exc = 0; in helper_cvtql() local
/qemu/target/arm/
H A Dhelper.c10814 const char *exc = NULL; in arm_log_exception() local
/qemu/hw/intc/
H A Darmv7m_nvic.c149 static bool exc_is_banked(int exc) in exc_is_banked()
171 static bool exc_targets_secure(NVICState *s, int exc) in exc_targets_secure()
2169 static int shpr_bank(NVICState *s, int exc, MemTxAttrs attrs) in shpr_bank()