Home
last modified time | relevance | path

Searched refs:TARGET_MINSIGSTKSZ (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_signal.h32 #define TARGET_MINSIGSTKSZ (1024 * 4) macro
33 #define TARGET_SIGSTKSZ (TARGET_MINSIGSTKSZ + 32768)
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_signal.h55 #define TARGET_MINSIGSTKSZ (1024 * 4) /* min sig stack size */ macro
56 #define TARGET_SIGSTKSZ (TARGET_MINSIGSTKSZ + 32768) /* recommended size */
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_signal.h37 #define TARGET_MINSIGSTKSZ (1024 * 4) /* min sig stack size */ macro
38 #define TARGET_SIGSTKSZ (TARGET_MINSIGSTKSZ + 32768) /* recommended size */
/openbmc/qemu/linux-user/hppa/
H A Dtarget_signal.h66 #define TARGET_MINSIGSTKSZ 2048 macro
/openbmc/qemu/linux-user/generic/
H A Dsignal.h71 #define TARGET_MINSIGSTKSZ 2048 macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_signal.h67 #define TARGET_MINSIGSTKSZ 4096 macro
/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h67 #define TARGET_MINSIGSTKSZ 2048 macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_signal.h69 #define TARGET_MINSIGSTKSZ 2048 macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_signal.h64 #define TARGET_MINSIGSTKSZ 4096 macro
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_signal.h27 #define TARGET_MINSIGSTKSZ (512 * 4) /* min sig stack size */ macro
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_signal.h28 #define TARGET_MINSIGSTKSZ (512 * 4) /* min sig stack size */ macro
/openbmc/qemu/bsd-user/
H A Dsignal.c606 size_t minstacksize = TARGET_MINSIGSTKSZ; in do_sigaltstack()
/openbmc/qemu/linux-user/
H A Dsignal.c293 size_t minstacksize = TARGET_MINSIGSTKSZ; in target_restore_altstack()