Searched defs:exc (Results 1 – 10 of 10) sorted by relevance
/qemu/target/alpha/ |
H A D | fpu_helper.c | 43 uint8_t exc = get_float_exception_flags(&FP_STATUS); in soft_to_fpcr_exc() local 59 uint32_t exc, uint32_t regno, uint32_t hw_exc) in fp_exc_raise1() 76 uint32_t exc = env->error_code; in helper_fp_exc_raise() local 89 uint32_t exc = env->error_code & ~ignore; in helper_fp_exc_raise_s() local 457 uint32_t exc = 0; in do_cvttq() local 505 uint32_t exc = 0; in helper_cvtql() local
|
H A D | helper.c | 541 int exc, uint64_t mask) in arith_excp()
|
/qemu/target/arm/tcg/ |
H A D | m_helper.c | 221 int exc; in v7m_stack_write() local 309 int exc; in v7m_stack_read() local 655 static bool arm_v7m_load_vector(ARMCPU *cpu, int exc, bool targets_secure, in arm_v7m_load_vector() 843 int exc; in v7m_exception_taken() local
|
H A D | tlb_helper.c | 179 uint32_t syn, exc, fsr, fsc; in arm_deliver_fault() local
|
/qemu/hw/intc/ |
H A D | armv7m_nvic.c | 149 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()
|
/qemu/target/s390x/tcg/ |
H A D | mem_helper.c | 188 int size1, size2, exc; in access_prepare_nf() local 225 int exc = access_prepare_nf(ret, env, false, vaddr, size, in access_prepare() local 928 int exc; in HELPER() local 2393 int flags, exc, cc; in HELPER() local
|
H A D | fpu_helper.c | 45 uint8_t s390_softfloat_exc_to_ieee(unsigned int exc) in s390_softfloat_exc_to_ieee()
|
/qemu/target/hppa/ |
H A D | translate.c | 757 static bool gen_excp_iir(DisasContext *ctx, int exc) in gen_excp_iir()
|
/qemu/target/arm/ |
H A D | helper.c | 9879 const char *exc = NULL; in arm_log_exception() local
|
/qemu/linux-user/ |
H A D | syscall.c | 12200 uint64_t exc, fpcr, fex; in _syscall2() local
|