Lines Matching refs:run_ctx

848 static u64 notrace __bpf_prog_enter_recur(struct bpf_prog *prog, struct bpf_tramp_run_ctx *run_ctx)  in __bpf_prog_enter_recur()  argument
854 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_recur()
886 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_recur() argument
889 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_recur()
898 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_lsm_cgroup() argument
907 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_lsm_cgroup()
913 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_lsm_cgroup() argument
916 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_lsm_cgroup()
923 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_sleepable_recur() argument
929 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable_recur()
939 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_sleepable_recur() argument
941 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable_recur()
950 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_sleepable() argument
956 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable()
962 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_sleepable() argument
964 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable()
972 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter() argument
978 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter()
984 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit() argument
987 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit()