Home
last modified time | relevance | path

Searched refs:entry_arg (Results 1 – 10 of 10) 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/linux/kernel/trace/
H A Dtrace_probe.c774 struct probe_entry_arg *earg = tp->entry_arg; in __store_entry_arg()
779 earg = kzalloc(sizeof(*tp->entry_arg), GFP_KERNEL); in __store_entry_arg()
792 tp->entry_arg = earg; in __store_entry_arg()
822 struct probe_entry_arg *earg = tp->entry_arg; in traceprobe_get_entry_data_size()
845 struct probe_entry_arg *earg = tp->entry_arg; in store_trace_entry_data()
1894 if (tp->entry_arg) { in trace_probe_cleanup()
1895 kfree(tp->entry_arg->code); in trace_probe_cleanup()
1896 kfree(tp->entry_arg); in trace_probe_cleanup()
1897 tp->entry_arg = NULL; in trace_probe_cleanup()
H A Dtrace_fprobe.c224 if (tf->tp.entry_arg) in trace_fprobe_entry_handler()
1134 if (is_return && tf->tp.entry_arg) { in __trace_fprobe_create()
H A Dtrace_probe.h263 struct probe_entry_arg *entry_arg; /* This is only for return probe */ member
H A Dtrace_kprobe.c959 if (is_return && tk->tp.entry_arg) { in __trace_kprobe_create()
1420 if (tk->tp.entry_arg) in trace_kprobe_entry_handler()
/openbmc/u-boot/tools/binman/
H A Dcontrol.py113 state.SetEntryArgs(options.entry_arg)