Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/i386/
H A Dtarget_arch_vmparam.h31 #define TARGET_SGROWSIZ (128 * KiB) /* amount to grow stack */ macro
/openbmc/qemu/bsd-user/arm/
H A Dtarget_arch_vmparam.h31 #define TARGET_SGROWSIZ (128 * KiB) /* amount to grow stack */ macro
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_arch_vmparam.h31 #define TARGET_SGROWSIZ (128 * KiB) /* amount to grow stack */ macro
/openbmc/qemu/bsd-user/aarch64/
H A Dtarget_arch_vmparam.h53 #define TARGET_SGROWSIZ (128 * KiB) /* amount to grow stack */ macro
/openbmc/qemu/bsd-user/
H A Dmain.c100 unsigned long target_sgrowsiz = TARGET_SGROWSIZ; /* amount to grow stack */