Home
last modified time | relevance | path

Searched defs:exception (Results 1 – 25 of 25) sorted by relevance

/qemu/target/mips/tcg/
H A Dexception.c46 void helper_raise_exception_err(CPUMIPSState *env, uint32_t exception, in helper_raise_exception_err()
52 void helper_raise_exception(CPUMIPSState *env, uint32_t exception) in helper_raise_exception()
62 static void raise_exception(CPUMIPSState *env, uint32_t exception) in raise_exception()
131 const char *mips_exception_name(int32_t exception) in mips_exception_name()
139 void do_raise_exception_err(CPUMIPSState *env, uint32_t exception, in do_raise_exception_err()
H A Dtcg-internal.h35 uint32_t exception, in do_raise_exception()
/qemu/target/xtensa/
H A Dexc_helper.c37 void HELPER(exception)(CPUXtensaState *env, uint32_t excp) in HELPER() argument
68 HELPER(exception)(env, vector); in HELPER() local
95 HELPER(exception)(env, EXC_DEBUG); in HELPER() local
118 HELPER(exception)(env, EXCP_HLT); in HELPER() local
H A Dwin_helper.c129 HELPER(exception)(env, EXC_WINDOW_OVERFLOW4); in HELPER() local
132 HELPER(exception)(env, EXC_WINDOW_OVERFLOW8); in HELPER() local
178 HELPER(exception)(env, EXC_WINDOW_UNDERFLOW4); in HELPER() local
180 HELPER(exception)(env, EXC_WINDOW_UNDERFLOW8); in HELPER() local
182 HELPER(exception)(env, EXC_WINDOW_UNDERFLOW12); in HELPER() local
/qemu/tests/tcg/s390x/
H A Dsignals-s390x.c44 enum exception { enum
54 enum exception exception; member
110 static void check_sigsegv(void *func, enum exception exception, in check_sigsegv()
/qemu/docs/sphinx/
H A Ddepfile.py35 def write_depfile(app, exception): argument
/qemu/target/ppc/
H A Duser_only_helper.c31 int exception, error_code; in ppc_cpu_record_sigsegv() local
H A Dexcp_helper.c2536 void raise_exception_err_ra(CPUPPCState *env, uint32_t exception, in raise_exception_err_ra()
2546 void raise_exception_err(CPUPPCState *env, uint32_t exception, in raise_exception_err()
2552 void raise_exception(CPUPPCState *env, uint32_t exception) in raise_exception()
2557 void raise_exception_ra(CPUPPCState *env, uint32_t exception, in raise_exception_ra()
2564 void helper_raise_exception_err(CPUPPCState *env, uint32_t exception, in helper_raise_exception_err()
2570 void helper_raise_exception(CPUPPCState *env, uint32_t exception) in helper_raise_exception()
/qemu/target/openrisc/
H A Dinterrupt.c33 int exception = cs->exception_index; in openrisc_cpu_do_interrupt() local
H A Dexception_helper.c26 void HELPER(exception)(CPUOpenRISCState *env, uint32_t excp) in HELPER() argument
H A Dmmu.c98 int exception) in raise_mmu_exception()
/qemu/target/loongarch/tcg/
H A Dop_helper.c21 void helper_raise_exception(CPULoongArchState *env, uint32_t exception) in helper_raise_exception()
/qemu/target/loongarch/
H A Dcpu.c77 const char *loongarch_exception_name(int32_t exception) in loongarch_exception_name()
90 uint32_t exception, in do_raise_exception()
/qemu/target/microblaze/
H A Dop_helper.c36 int exception = ctrl & STREAM_EXCEPTION; in helper_put() local
53 int exception = ctrl & STREAM_EXCEPTION; in helper_get() local
/qemu/target/riscv/
H A Dop_helper.c30 uint32_t exception, uintptr_t pc) in riscv_raise_exception()
37 void helper_raise_exception(CPURISCVState *env, uint32_t exception) in helper_raise_exception()
/qemu/target/s390x/tcg/
H A Dmisc_helper.c56 void HELPER(exception)(CPUS390XState *env, uint32_t excp) in HELPER() argument
/qemu/linux-headers/asm-arm/
H A Dkvm.h138 } exception; member
/qemu/target/alpha/
H A Dtranslate.c267 static void gen_excp_1(int exception, int error_code) in gen_excp_1()
276 static DisasJumpType gen_excp(DisasContext *ctx, int exception, int error_code) in gen_excp()
/qemu/target/mips/tcg/sysemu/
H A Dtlb_helper.c501 int exception = 0, error_code = 0; in raise_mmu_exception() local
/qemu/linux-headers/asm-arm64/
H A Dkvm.h192 } exception; member
/qemu/target/hexagon/
H A Dop_helper.c41 uint32_t exception, in do_raise_exception_err()
/qemu/linux-headers/asm-x86/
H A Dkvm.h283 __u32 exception; member
339 } exception; member
/qemu/target/hppa/
H A Dtranslate.c723 static void gen_excp_1(int exception) in gen_excp_1()
728 static void gen_excp(DisasContext *ctx, int exception) in gen_excp()
/qemu/target/arm/
H A Dcpu.h555 int exception; member
587 } exception; member
/qemu/linux-headers/linux/
H A Dkvm.h229 __u32 exception; member