Lines Matching refs:stack_size
48 size_t stack_size; member
109 leaderp->stack_size = size_old; in finish_switch_fiber()
167 leaderp->stack, leaderp->stack_size); in coroutine_trampoline()
201 co->stack_size = COROUTINE_STACK_SIZE; in qemu_coroutine_new()
202 co->stack = qemu_alloc_stack(&co->stack_size); in qemu_coroutine_new()
211 uc.uc_stack.ss_size = co->stack_size; in qemu_coroutine_new()
216 VALGRIND_STACK_REGISTER(co->stack, co->stack + co->stack_size); in qemu_coroutine_new()
227 start_switch_fiber_asan(&fake_stack_save, co->stack, co->stack_size); in qemu_coroutine_new()
275 start_switch_fiber_asan(NULL, to->stack, to->stack_size); in terminate_asan()
295 qemu_free_stack(co->stack, co->stack_size); in qemu_coroutine_delete()
326 to->stack, to->stack_size); in qemu_coroutine_switch()