Searched refs:QEMU_NORETURN (Results 1 – 5 of 5) sorted by relevance
7 #define QEMU_NORETURN __attribute__ ((__noreturn__)) macro235 void QEMU_NORETURN hw_error(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
86 void QEMU_NORETURN cpu_loop_exit(void);
775 void QEMU_NORETURN cpu_abort(CPUState *env, const char *fmt, ...)
66 void QEMU_NORETURN raise_exception_err(int exception_index, int error_code);67 void QEMU_NORETURN raise_exception(int exception_index);
1334 static void QEMU_NORETURN raise_interrupt(int intno, int is_int, int error_code, in raise_interrupt()