Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dcoroutine-ucontext.c51 void *unsafe_stack; member
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()