Home
last modified time | relevance | path

Searched refs:G_NORETURN (Results 1 – 25 of 66) sorted by relevance

123

/openbmc/qemu/target/i386/tcg/
H A Dexcp_helper.c28 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 Dhelper-tcg.h63 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 Dmisc_helper.c78 G_NORETURN void helper_rdpmc(CPUX86State *env) in helper_rdpmc()
91 G_NORETURN void helper_pause(CPUX86State *env) in helper_pause()
H A Dbpt_helper.c25 G_NORETURN void helper_single_step(CPUX86State *env) in helper_single_step()
/openbmc/qemu/target/s390x/tcg/
H A Dtcg_s390x.h17 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 Dexcp_helper.c36 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 Dtcg-stub.c21 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 Dtcg-internal.h21 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 Dcpu-common.h221 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 Dexec-all.h570 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 Dop_helper.c28 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 Dglib-compat.h127 #ifndef G_NORETURN
128 #define G_NORETURN G_GNUC_NORETURN macro
/openbmc/qemu/target/openrisc/
H A Dexception.h25 G_NORETURN void raise_exception(OpenRISCCPU *cpu, uint32_t excp);
H A Dexception.c25 G_NORETURN void raise_exception(OpenRISCCPU *cpu, uint32_t excp) in raise_exception()
H A Dexception_helper.c33 static G_NORETURN
/openbmc/qemu/include/hw/
H A Dhw.h8 G_NORETURN void hw_error(const char *fmt, ...) G_GNUC_PRINTF(1, 2);
/openbmc/qemu/target/alpha/
H A Dcpu.h439 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 Dhelper.c513 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 Dinternal-target.h69 G_NORETURN void cpu_io_recompile(CPUState *cpu, uintptr_t retaddr);
/openbmc/qemu/target/loongarch/
H A Dinternals.h23 void G_NORETURN do_raise_exception(CPULoongArchState *env,
/openbmc/qemu/include/hw/core/
H A Dtcg-cpu-ops.h156 G_NORETURN void (*do_unaligned_access)(CPUState *cpu, vaddr addr,
/openbmc/qemu/replay/
H A Dreplay-internal.h206 G_NORETURN void replay_sync_error(const char *error);
/openbmc/qemu/scripts/
H A Dcocci-macro-file.h22 #define G_NORETURN __attribute__ ((__noreturn__)) macro
/openbmc/qemu/target/hexagon/
H A Dcpu.h137 G_NORETURN void hexagon_raise_exception_err(CPUHexagonState *env,
/openbmc/qemu/linux-user/
H A Duser-internals.h68 G_NORETURN void cpu_loop(CPUArchState *env);

123