Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Derrno_defs.h152 #define TARGET_EJUSTRETURN 254 /* Just return without modifying regs */ macro
H A Dsignal.c828 return -TARGET_EJUSTRETURN; in do_sigreturn()
/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_cpu.h102 } else if (ret != -TARGET_EJUSTRETURN) { in target_cpu_loop()
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_cpu.h96 } else if (ret != -TARGET_EJUSTRETURN) { in target_cpu_loop()
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_cpu.h119 if (-TARGET_EJUSTRETURN == ret) { in target_cpu_loop()