Searched refs:unsafe_stack_size (Results 1 – 1 of 1) sorted by relevance
52 size_t unsafe_stack_size; member204 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()