Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/riscv/
H A Dtarget_arch_signal.h33 #define TARGET_SIGSTKSZ (TARGET_MINSIGSTKSZ + 32768) macro
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_signal.h56 #define TARGET_SIGSTKSZ (TARGET_MINSIGSTKSZ + 32768) /* recommended size */ macro
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_signal.h38 #define TARGET_SIGSTKSZ (TARGET_MINSIGSTKSZ + 32768) /* recommended size */ macro
/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_signal.h28 #define TARGET_SIGSTKSZ (MINSIGSTKSZ + 32768) /* recommended size */ macro
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_signal.h29 #define TARGET_SIGSTKSZ (MINSIGSTKSZ + 32768) /* recommended size */ macro