Home
last modified time | relevance | path

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

/openbmc/qemu/util/
H A Dcoroutine-ucontext.c169 siglongjmp(*(sigjmp_buf *)co->entry_arg, 1); in coroutine_trampoline()
175 co->entry(co->entry_arg); in coroutine_trampoline()
207 co->base.entry_arg = &old_env; /* stash away our jmp_buf */ in qemu_coroutine_new()
286 co_->entry_arg = qemu_coroutine_self(); in qemu_coroutine_delete()
288 qemu_coroutine_switch(co_->entry_arg, co_, COROUTINE_ENTER); in qemu_coroutine_delete()
H A Dcoroutine-sigaltstack.c100 siglongjmp(*(sigjmp_buf *)co->entry_arg, 1); in coroutine_bootstrap()
104 co->entry(co->entry_arg); in coroutine_bootstrap()
173 co->base.entry_arg = &old_env; /* stash away our jmp_buf */ in qemu_coroutine_new()
H A Dqemu-coroutine.c230 co->entry_arg = opaque; in qemu_coroutine_create()
268 trace_qemu_aio_coroutine_enter(ctx, from, to, to->entry_arg); in qemu_aio_coroutine_enter()
H A Dcoroutine-windows.c67 co->entry(co->entry_arg); in coroutine_trampoline()
/openbmc/qemu/include/qemu/
H A Dcoroutine_int.h46 void *entry_arg; member
/openbmc/u-boot/tools/binman/
H A Dcontrol.py113 state.SetEntryArgs(options.entry_arg)