Searched refs:bpf_tramp_run_ctx (Results 1 – 7 of 7) sorted by relevance
848 static u64 notrace __bpf_prog_enter_recur(struct bpf_prog *prog, struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_recur()886 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_recur()898 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_lsm_cgroup()913 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_lsm_cgroup()923 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_sleepable_recur()939 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_sleepable_recur()950 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_sleepable()962 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_sleepable()972 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter()984 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit()
5534 struct bpf_tramp_run_ctx __maybe_unused run_ctx; in kern_sys_bpf()
1066 struct bpf_tramp_run_ctx;1094 struct bpf_tramp_run_ctx *run_ctx);1096 struct bpf_tramp_run_ctx *run_ctx);1100 struct bpf_tramp_run_ctx *run_ctx);1102 struct bpf_tramp_run_ctx *run_ctx);1891 struct bpf_tramp_run_ctx { struct
2111 offsetof(struct bpf_tramp_run_ctx, bpf_cookie); in invoke_bpf_prog()2266 sizeof(struct bpf_tramp_run_ctx)); in __arch_prepare_bpf_trampoline()
726 int cookie_off = offsetof(struct bpf_tramp_run_ctx, bpf_cookie); in invoke_bpf_prog()873 stack_size += round_up(sizeof(struct bpf_tramp_run_ctx), 8); in __arch_prepare_bpf_trampoline()
1715 int cookie_off = offsetof(struct bpf_tramp_run_ctx, bpf_cookie); in invoke_bpf_prog()1877 stack_size += round_up(sizeof(struct bpf_tramp_run_ctx), 8); in prepare_trampoline()
2135 int ctx_cookie_off = offsetof(struct bpf_tramp_run_ctx, bpf_cookie); in invoke_bpf_prog()2428 stack_size += (sizeof(struct bpf_tramp_run_ctx) + 7) & ~0x7; in arch_prepare_bpf_trampoline()