Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dcoroutine-ucontext.c52 size_t unsafe_stack_size; member
204 co->unsafe_stack_size = COROUTINE_STACK_SIZE; in qemu_coroutine_new()
205 co->unsafe_stack = qemu_alloc_stack(&co->unsafe_stack_size); in qemu_coroutine_new()
242 void *usp = co->unsafe_stack + co->unsafe_stack_size; in qemu_coroutine_new()
297 qemu_free_stack(co->unsafe_stack, co->unsafe_stack_size); in qemu_coroutine_delete()