Home
last modified time | relevance | path

Searched refs:TARGET_ERESTART (Results 1 – 8 of 8) sorted by relevance

/qemu/bsd-user/
H A Derrno_defs.h153 #define TARGET_ERESTART 255 /* Restart syscall */ macro
157 _Static_assert(TARGET_ERESTART == QEMU_ERESTARTSYS,
H A Dsignal.c674 return -TARGET_ERESTART; in do_sigaction()
/qemu/linux-user/mips/
H A Dtarget_errno_defs.h109 #undef TARGET_ERESTART
110 #define TARGET_ERESTART 91 /* Interrupted system call should be restarted */ macro
/qemu/linux-user/hppa/
H A Dtarget_errno_defs.h111 #undef TARGET_ERESTART
112 #define TARGET_ERESTART 175 macro
/qemu/linux-user/sparc/
H A Dtarget_errno_defs.h172 #undef TARGET_ERESTART
173 #define TARGET_ERESTART 116 /* Interrupted syscall should be restarted */ macro
/qemu/linux-user/alpha/
H A Dtarget_errno_defs.h177 #undef TARGET_ERESTART
178 #define TARGET_ERESTART 127 macro
/qemu/linux-user/generic/
H A Dtarget_errno_defs.h96 #define TARGET_ERESTART 85 /* Interrupted system call should be restarted */ macro
/qemu/bsd-user/arm/
H A Dtarget_arch_cpu.h126 if (-TARGET_ERESTART == ret) { in target_cpu_loop()