Lines Matching refs:run_ctx

897 static u64 notrace __bpf_prog_enter_recur(struct bpf_prog *prog, struct bpf_tramp_run_ctx *run_ctx)  in __bpf_prog_enter_recur()  argument
903 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_recur()
938 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_recur() argument
941 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_recur()
950 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_lsm_cgroup() argument
959 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_lsm_cgroup()
965 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_lsm_cgroup() argument
968 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_lsm_cgroup()
975 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_sleepable_recur() argument
981 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable_recur()
993 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_sleepable_recur() argument
995 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable_recur()
1004 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_sleepable() argument
1010 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter_sleepable()
1016 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_sleepable() argument
1018 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit_sleepable()
1026 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter() argument
1032 run_ctx->saved_run_ctx = bpf_set_run_ctx(&run_ctx->run_ctx); in __bpf_prog_enter()
1038 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit() argument
1041 bpf_reset_run_ctx(run_ctx->saved_run_ctx); in __bpf_prog_exit()