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()
5615 struct bpf_tramp_run_ctx __maybe_unused run_ctx; in kern_sys_bpf()
1080 struct bpf_tramp_run_ctx;1108 struct bpf_tramp_run_ctx *run_ctx);1110 struct bpf_tramp_run_ctx *run_ctx);1114 struct bpf_tramp_run_ctx *run_ctx);1116 struct bpf_tramp_run_ctx *run_ctx);1919 struct bpf_tramp_run_ctx { struct
2109 offsetof(struct bpf_tramp_run_ctx, bpf_cookie); in invoke_bpf_prog()2264 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()1884 stack_size += round_up(sizeof(struct bpf_tramp_run_ctx), 8); in prepare_trampoline()
2178 int ctx_cookie_off = offsetof(struct bpf_tramp_run_ctx, bpf_cookie); in invoke_bpf_prog()2471 stack_size += (sizeof(struct bpf_tramp_run_ctx) + 7) & ~0x7; in arch_prepare_bpf_trampoline()