Searched refs:QEMU_NORETURN (Results 1 - 7 of 7) sorted by relevance

/external/qemu/include/qemu/
H A Dcompiler.h19 #define QEMU_NORETURN __attribute__ ((__noreturn__)) macro
/external/qemu/target-i386/
H A Dexcp_helper.c91 void QEMU_NORETURN raise_interrupt(CPUX86State *env,
H A Dcpu.h1140 //void QEMU_NORETURN raise_exception_err(int exception_index, int error_code);
1141 void QEMU_NORETURN raise_exception(CPUArchState *env, int exception_index);
1142 void QEMU_NORETURN raise_exception_err(CPUX86State *env,
1146 void QEMU_NORETURN raise_interrupt(CPUX86State *env,
/external/qemu/include/exec/
H A Dexec-all.h89 void QEMU_NORETURN cpu_resume_from_signal(CPUArchState *env1, void *puc);
90 void QEMU_NORETURN cpu_io_recompile(CPUArchState *env, uintptr_t retaddr);
95 void QEMU_NORETURN cpu_loop_exit(CPUArchState *env1);
H A Ddef-helper.h56 #define dh_ctype_noreturn void QEMU_NORETURN
H A Dcpu-all.h364 void QEMU_NORETURN cpu_abort(CPUArchState *env, const char *fmt, ...)
/external/qemu/include/
H A Dqemu-common.h268 void QEMU_NORETURN hw_error(const char *fmt, ...) GCC_FMT_ATTR(1, 2);

Completed in 606 milliseconds