/openbmc/qemu/target/i386/tcg/ |
H A D | excp_helper.c | 28 G_NORETURN void helper_raise_interrupt(CPUX86State *env, int intno, in helper_raise_interrupt() 34 G_NORETURN void helper_raise_exception(CPUX86State *env, int exception_index) in helper_raise_exception() 90 static G_NORETURN 115 G_NORETURN void raise_interrupt(CPUX86State *env, int intno, int next_eip_addend) in raise_interrupt() 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() 143 G_NORETURN void helper_icebp(CPUX86State *env) in helper_icebp() 163 G_NORETURN void handle_unaligned_access(CPUX86State *env, vaddr vaddr, in handle_unaligned_access()
|
H A D | helper-tcg.h | 63 G_NORETURN void raise_exception(CPUX86State *env, int exception_index); 64 G_NORETURN void raise_exception_ra(CPUX86State *env, int exception_index, 66 G_NORETURN void raise_exception_err(CPUX86State *env, int exception_index, 68 G_NORETURN void raise_exception_err_ra(CPUX86State *env, int exception_index, 70 G_NORETURN void raise_interrupt(CPUX86State *nenv, int intno, int next_eip_addend); 71 G_NORETURN void handle_unaligned_access(CPUX86State *env, vaddr vaddr, 84 G_NORETURN void x86_cpu_do_unaligned_access(CPUState *cs, vaddr vaddr, 97 G_NORETURN void cpu_vmexit(CPUX86State *nenv, uint32_t exit_code,
|
H A D | misc_helper.c | 78 G_NORETURN void helper_rdpmc(CPUX86State *env) in helper_rdpmc() 91 G_NORETURN void helper_pause(CPUX86State *env) in helper_pause()
|
H A D | bpt_helper.c | 25 G_NORETURN void helper_single_step(CPUX86State *env) in helper_single_step()
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | tcg_s390x.h | 17 G_NORETURN void tcg_s390_program_interrupt(CPUS390XState *env, 19 G_NORETURN void tcg_s390_data_exception(CPUS390XState *env, uint32_t dxc, 21 G_NORETURN void tcg_s390_vector_exception(CPUS390XState *env, uint32_t vxc,
|
H A D | excp_helper.c | 36 G_NORETURN void tcg_s390_program_interrupt(CPUS390XState *env, in tcg_s390_program_interrupt() 48 G_NORETURN void tcg_s390_data_exception(CPUS390XState *env, uint32_t dxc, in tcg_s390_data_exception() 65 G_NORETURN void tcg_s390_vector_exception(CPUS390XState *env, uint32_t vxc, in tcg_s390_vector_exception() 90 static G_NORETURN 635 static G_NORETURN
|
/openbmc/qemu/accel/stubs/ |
H A D | tcg-stub.c | 21 G_NORETURN void cpu_loop_exit(CPUState *cpu) in cpu_loop_exit() 26 G_NORETURN void cpu_loop_exit_restore(CPUState *cpu, uintptr_t pc) in cpu_loop_exit_restore()
|
/openbmc/qemu/target/mips/tcg/ |
H A D | tcg-internal.h | 21 G_NORETURN void mips_cpu_do_unaligned_access(CPUState *cpu, vaddr addr, 30 G_NORETURN void do_raise_exception_err(CPUMIPSState *env, uint32_t exception, 33 static inline G_NORETURN
|
/openbmc/qemu/include/exec/ |
H A D | cpu-common.h | 221 G_NORETURN void cpu_loop_exit_noexc(CPUState *cpu); 222 G_NORETURN void cpu_loop_exit_atomic(CPUState *cpu, uintptr_t pc); 224 G_NORETURN void cpu_loop_exit(CPUState *cpu); 225 G_NORETURN void cpu_loop_exit_restore(CPUState *cpu, uintptr_t pc);
|
H A D | exec-all.h | 570 G_NORETURN void cpu_loop_exit_sigsegv(CPUState *cpu, target_ulong addr, 584 G_NORETURN void cpu_loop_exit_sigbus(CPUState *cpu, target_ulong addr,
|
/openbmc/qemu/target/rx/ |
H A D | op_helper.c | 28 static inline G_NORETURN 423 static inline G_NORETURN 433 G_NORETURN void helper_raise_privilege_violation(CPURXState *env) in helper_raise_privilege_violation() 438 G_NORETURN void helper_raise_access_fault(CPURXState *env) in helper_raise_access_fault() 443 G_NORETURN void helper_raise_illegal_instruction(CPURXState *env) in helper_raise_illegal_instruction() 448 G_NORETURN void helper_wait(CPURXState *env) in helper_wait() 458 G_NORETURN void helper_rxint(CPURXState *env, uint32_t vec) in helper_rxint() 463 G_NORETURN void helper_rxbrk(CPURXState *env) in helper_rxbrk()
|
/openbmc/qemu/include/ |
H A D | glib-compat.h | 127 #ifndef G_NORETURN 128 #define G_NORETURN G_GNUC_NORETURN macro
|
/openbmc/qemu/target/openrisc/ |
H A D | exception.h | 25 G_NORETURN void raise_exception(OpenRISCCPU *cpu, uint32_t excp);
|
H A D | exception.c | 25 G_NORETURN void raise_exception(OpenRISCCPU *cpu, uint32_t excp) in raise_exception()
|
H A D | exception_helper.c | 33 static G_NORETURN
|
/openbmc/qemu/include/hw/ |
H A D | hw.h | 8 G_NORETURN void hw_error(const char *fmt, ...) G_GNUC_PRINTF(1, 2);
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.h | 439 G_NORETURN void dynamic_excp(CPUAlphaState *, uintptr_t, int, int); 440 G_NORETURN void arith_excp(CPUAlphaState *, uintptr_t, int, uint64_t); 457 G_NORETURN void alpha_cpu_do_unaligned_access(CPUState *cpu, vaddr addr,
|
H A D | helper.c | 513 G_NORETURN void helper_excp(CPUAlphaState *env, int excp, int error) in helper_excp() 523 G_NORETURN void dynamic_excp(CPUAlphaState *env, uintptr_t retaddr, in dynamic_excp() 538 G_NORETURN void arith_excp(CPUAlphaState *env, uintptr_t retaddr, in arith_excp()
|
/openbmc/qemu/accel/tcg/ |
H A D | internal-target.h | 69 G_NORETURN void cpu_io_recompile(CPUState *cpu, uintptr_t retaddr);
|
/openbmc/qemu/target/loongarch/ |
H A D | internals.h | 23 void G_NORETURN do_raise_exception(CPULoongArchState *env,
|
/openbmc/qemu/include/hw/core/ |
H A D | tcg-cpu-ops.h | 156 G_NORETURN void (*do_unaligned_access)(CPUState *cpu, vaddr addr,
|
/openbmc/qemu/replay/ |
H A D | replay-internal.h | 206 G_NORETURN void replay_sync_error(const char *error);
|
/openbmc/qemu/scripts/ |
H A D | cocci-macro-file.h | 22 #define G_NORETURN __attribute__ ((__noreturn__)) macro
|
/openbmc/qemu/target/hexagon/ |
H A D | cpu.h | 137 G_NORETURN void hexagon_raise_exception_err(CPUHexagonState *env,
|
/openbmc/qemu/linux-user/ |
H A D | user-internals.h | 68 G_NORETURN void cpu_loop(CPUArchState *env);
|