Lines Matching refs:bpf_run_ctx
87 static u64 bpf_kprobe_multi_cookie(struct bpf_run_ctx *ctx);
88 static u64 bpf_kprobe_multi_entry_ip(struct bpf_run_ctx *ctx);
90 static u64 bpf_uprobe_multi_cookie(struct bpf_run_ctx *ctx);
91 static u64 bpf_uprobe_multi_entry_ip(struct bpf_run_ctx *ctx);
2517 struct bpf_run_ctx run_ctx;
2671 static u64 bpf_kprobe_multi_cookie(struct bpf_run_ctx *ctx) in bpf_kprobe_multi_cookie()
2693 static u64 bpf_kprobe_multi_entry_ip(struct bpf_run_ctx *ctx) in bpf_kprobe_multi_entry_ip()
2709 struct bpf_run_ctx *old_run_ctx; in kprobe_multi_link_prog_run()
3012 static u64 bpf_kprobe_multi_cookie(struct bpf_run_ctx *ctx) in bpf_kprobe_multi_cookie()
3016 static u64 bpf_kprobe_multi_entry_ip(struct bpf_run_ctx *ctx) in bpf_kprobe_multi_entry_ip()
3041 struct bpf_run_ctx run_ctx;
3093 struct bpf_run_ctx *old_run_ctx; in uprobe_prog_run()
3147 static u64 bpf_uprobe_multi_entry_ip(struct bpf_run_ctx *ctx) in bpf_uprobe_multi_entry_ip()
3155 static u64 bpf_uprobe_multi_cookie(struct bpf_run_ctx *ctx) in bpf_uprobe_multi_cookie()
3312 static u64 bpf_uprobe_multi_cookie(struct bpf_run_ctx *ctx) in bpf_uprobe_multi_cookie()
3316 static u64 bpf_uprobe_multi_entry_ip(struct bpf_run_ctx *ctx) in bpf_uprobe_multi_entry_ip()