Home
last modified time | relevance | path

Searched refs:TARGET_SIGPOLL (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/linux-user/hppa/
H A Dtarget_signal.h27 #define TARGET_SIGPOLL TARGET_SIGIO macro
/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h29 #define TARGET_SIGPOLL TARGET_SIGIO /* Pollable event occurred (System V). */ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_signal.h29 #define TARGET_SIGPOLL TARGET_SIGIO /* Pollable event occurred (System V). */ macro
/openbmc/qemu/bsd-user/
H A Dsignal.c232 #ifdef TARGET_SIGPOLL in host_to_target_siginfo_noswap()
237 if (sig == TARGET_SIGPOLL) { in host_to_target_siginfo_noswap()