Searched refs:bpf_tramp_run_ctx (Results 1 – 7 of 7) sorted by relevance
870 static u64 notrace __bpf_prog_enter_recur(struct bpf_prog *prog, struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_recur()908 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_recur()920 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_lsm_cgroup()935 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_lsm_cgroup()945 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_sleepable_recur()962 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_sleepable_recur()973 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter_sleepable()985 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit_sleepable()995 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_enter()1007 struct bpf_tramp_run_ctx *run_ctx) in __bpf_prog_exit()
5141 struct bpf_tramp_run_ctx __maybe_unused run_ctx; in kern_sys_bpf()
991 struct bpf_tramp_run_ctx;1019 struct bpf_tramp_run_ctx *run_ctx);1021 struct bpf_tramp_run_ctx *run_ctx);1025 struct bpf_tramp_run_ctx *run_ctx);1027 struct bpf_tramp_run_ctx *run_ctx);1722 struct bpf_tramp_run_ctx { struct
2098 offsetof(struct bpf_tramp_run_ctx, bpf_cookie); in invoke_bpf_prog()2250 sizeof(struct bpf_tramp_run_ctx)); in __arch_prepare_bpf_trampoline()
1922 int ctx_cookie_off = offsetof(struct bpf_tramp_run_ctx, bpf_cookie); in invoke_bpf_prog()2193 stack_size += (sizeof(struct bpf_tramp_run_ctx) + 7) & ~0x7; in arch_prepare_bpf_trampoline()
724 int cookie_off = offsetof(struct bpf_tramp_run_ctx, bpf_cookie); in invoke_bpf_prog()862 stack_size += round_up(sizeof(struct bpf_tramp_run_ctx), 8); in __arch_prepare_bpf_trampoline()
1650 int cookie_off = offsetof(struct bpf_tramp_run_ctx, bpf_cookie); in invoke_bpf_prog()1812 stack_size += round_up(sizeof(struct bpf_tramp_run_ctx), 8); in prepare_trampoline()
Completed in 36 milliseconds