Lines Matching refs:run_ctx

1058 	struct bpf_trace_run_ctx *run_ctx __maybe_unused;  in BPF_CALL_1()
1062 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1063 if (run_ctx->is_uprobe) in BPF_CALL_1()
1132 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1() local
1134 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1135 return run_ctx->bpf_cookie; in BPF_CALL_1()
1159 struct bpf_trace_run_ctx *run_ctx; in BPF_CALL_1() local
1161 run_ctx = container_of(current->bpf_ctx, struct bpf_trace_run_ctx, run_ctx); in BPF_CALL_1()
1162 return run_ctx->bpf_cookie; in BPF_CALL_1()
2351 struct bpf_trace_run_ctx run_ctx; in __bpf_trace_run() local
2359 run_ctx.bpf_cookie = link->cookie; in __bpf_trace_run()
2360 old_run_ctx = bpf_set_run_ctx(&run_ctx.run_ctx); in __bpf_trace_run()
2560 struct bpf_run_ctx run_ctx; member
2764 struct bpf_kprobe_multi_run_ctx *run_ctx; in bpf_kprobe_multi_cookie() local
2771 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx, in bpf_kprobe_multi_cookie()
2772 session_ctx.run_ctx); in bpf_kprobe_multi_cookie()
2773 link = run_ctx->link; in bpf_kprobe_multi_cookie()
2776 entry_ip = run_ctx->entry_ip; in bpf_kprobe_multi_cookie()
2787 struct bpf_kprobe_multi_run_ctx *run_ctx; in bpf_kprobe_multi_entry_ip() local
2789 run_ctx = container_of(current->bpf_ctx, struct bpf_kprobe_multi_run_ctx, in bpf_kprobe_multi_entry_ip()
2790 session_ctx.run_ctx); in bpf_kprobe_multi_entry_ip()
2791 return run_ctx->entry_ip; in bpf_kprobe_multi_entry_ip()
2799 struct bpf_kprobe_multi_run_ctx run_ctx = { in kprobe_multi_link_prog_run() local
2820 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in kprobe_multi_link_prog_run()
3271 struct bpf_uprobe_multi_run_ctx run_ctx = { in uprobe_prog_run() local
3294 old_run_ctx = bpf_set_run_ctx(&run_ctx.session_ctx.run_ctx); in uprobe_prog_run()
3343 struct bpf_uprobe_multi_run_ctx *run_ctx; in bpf_uprobe_multi_entry_ip() local
3345 run_ctx = container_of(current->bpf_ctx, struct bpf_uprobe_multi_run_ctx, in bpf_uprobe_multi_entry_ip()
3346 session_ctx.run_ctx); in bpf_uprobe_multi_entry_ip()
3347 return run_ctx->entry_ip; in bpf_uprobe_multi_entry_ip()
3352 struct bpf_uprobe_multi_run_ctx *run_ctx; in bpf_uprobe_multi_cookie() local
3354 run_ctx = container_of(current->bpf_ctx, struct bpf_uprobe_multi_run_ctx, in bpf_uprobe_multi_cookie()
3355 session_ctx.run_ctx); in bpf_uprobe_multi_cookie()
3356 return run_ctx->uprobe->cookie; in bpf_uprobe_multi_cookie()
3525 session_ctx = container_of(current->bpf_ctx, struct bpf_session_run_ctx, run_ctx); in bpf_session_is_return()
3533 session_ctx = container_of(current->bpf_ctx, struct bpf_session_run_ctx, run_ctx); in bpf_session_cookie()