Searched refs:entry_arg (Results 1 – 10 of 10) sorted by relevance
169 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()
100 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()
230 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()
67 co->entry(co->entry_arg); in coroutine_trampoline()
46 void *entry_arg; member
774 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()
224 if (tf->tp.entry_arg) in trace_fprobe_entry_handler()1134 if (is_return && tf->tp.entry_arg) { in __trace_fprobe_create()
263 struct probe_entry_arg *entry_arg; /* This is only for return probe */ member
959 if (is_return && tk->tp.entry_arg) { in __trace_kprobe_create()1420 if (tk->tp.entry_arg) in trace_kprobe_entry_handler()
113 state.SetEntryArgs(options.entry_arg)