Searched defs:exception_index (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/target/i386/tcg/ |
H A D | excp_helper.c | 34 G_NORETURN void helper_raise_exception(CPUX86State *env, int exception_index) in helper_raise_exception() 120 G_NORETURN void raise_exception_err(CPUX86State *env, int exception_index, in raise_exception_err() 126 G_NORETURN void raise_exception_err_ra(CPUX86State *env, int exception_index, in raise_exception_err_ra() 132 G_NORETURN void raise_exception(CPUX86State *env, int exception_index) in raise_exception() 137 G_NORETURN void raise_exception_ra(CPUX86State *env, int exception_index, in raise_exception_ra()
|
/openbmc/linux/arch/arm64/kvm/ |
H A D | handle_exit.c | 322 int handle_exit(struct kvm_vcpu *vcpu, int exception_index) in handle_exit() 366 void handle_exit_early(struct kvm_vcpu *vcpu, int exception_index) in handle_exit_early()
|
/openbmc/qemu/target/sparc/ |
H A D | int32_helper.c | 60 static const char *excp_name_str(int32_t exception_index) in excp_name_str()
|
/openbmc/linux/arch/parisc/math-emu/ |
H A D | decode_exc.c | 94 int target, exception_index = 1; in decode_fpu() local
|
/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | excp_helper.c | 49 int exception_index; member
|
/openbmc/qemu/target/i386/hvf/ |
H A D | x86_emu.c | 666 static void raise_exception(CPUX86State *env, int exception_index, in raise_exception()
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 551 int32_t exception_index; member
|