Lines Matching refs:run_ctx

861 static u64 notrace __bpf_prog_enter_recur(struct bpf_prog *prog, struct bpf_tramp_run_ctx *run_ctx)  in __bpf_prog_enter_recur()  argument
867 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_recur()
900 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_recur() argument
903 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_recur()
912 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_lsm_cgroup() argument
921 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_lsm_cgroup()
927 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_lsm_cgroup() argument
930 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_lsm_cgroup()
937 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_sleepable_recur() argument
943 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable_recur()
953 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_sleepable_recur() argument
955 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable_recur()
964 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_sleepable() argument
970 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable()
976 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_sleepable() argument
978 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable()
986 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter() argument
992 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter()
998 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit() argument
1001 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit()