Searched hist:"8737 d9e0c4017aaa5ab1fcf1356c8ee4f7caf1df" (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/include/sysemu/ |
H A D | os-posix.h | diff 8737d9e0c4017aaa5ab1fcf1356c8ee4f7caf1df Tue Sep 27 04:58:40 CDT 2016 Peter Lieven <pl@kamp.de> oslib-posix: add helpers for stack alloc and free
the allocated stack will be adjusted to the minimum supported stack size by the OS and rounded up to be a multiple of the system pagesize. Additionally an architecture dependent guard page is added to the stack to catch stack overflows.
Signed-off-by: Peter Lieven <pl@kamp.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|
/openbmc/qemu/util/ |
H A D | oslib-posix.c | diff 8737d9e0c4017aaa5ab1fcf1356c8ee4f7caf1df Tue Sep 27 04:58:40 CDT 2016 Peter Lieven <pl@kamp.de> oslib-posix: add helpers for stack alloc and free
the allocated stack will be adjusted to the minimum supported stack size by the OS and rounded up to be a multiple of the system pagesize. Additionally an architecture dependent guard page is added to the stack to catch stack overflows.
Signed-off-by: Peter Lieven <pl@kamp.de> Signed-off-by: Kevin Wolf <kwolf@redhat.com>
|