HomeSort by relevance Sort by last modified time
    Searched refs:QEMU_NORETURN (Results 1 - 5 of 5) sorted by null

  /external/qemu/
qemu-common.h 7 #define QEMU_NORETURN __attribute__ ((__noreturn__))
235 void QEMU_NORETURN hw_error(const char *fmt, ...) GCC_FMT_ATTR(1, 2);
exec-all.h 86 void QEMU_NORETURN cpu_loop_exit(void);
cpu-all.h 775 void QEMU_NORETURN cpu_abort(CPUState *env, const char *fmt, ...)
  /external/qemu/target-i386/
exec.h 66 void QEMU_NORETURN raise_exception_err(int exception_index, int error_code);
67 void QEMU_NORETURN raise_exception(int exception_index);
op_helper.c     [all...]

Completed in 1024 milliseconds