Home
last modified time | relevance | path

Searched refs:QEMU_NORETURN (Results 1 – 5 of 5) sorted by relevance

/external/qemu/
Dqemu-common.h7 #define QEMU_NORETURN __attribute__ ((__noreturn__)) macro
235 void QEMU_NORETURN hw_error(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
Dexec-all.h86 void QEMU_NORETURN cpu_loop_exit(void);
Dcpu-all.h775 void QEMU_NORETURN cpu_abort(CPUState *env, const char *fmt, ...)
/external/qemu/target-i386/
Dexec.h66 void QEMU_NORETURN raise_exception_err(int exception_index, int error_code);
67 void QEMU_NORETURN raise_exception(int exception_index);
Dop_helper.c1334 static void QEMU_NORETURN raise_interrupt(int intno, int is_int, int error_code, in raise_interrupt()