Home
last modified time | relevance | path

Searched refs:bpf_tramp_run_ctx (Results 1 – 7 of 7) sorted by relevance

/linux-6.3-rc2/kernel/bpf/
A Dtrampoline.c870 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()
A Dsyscall.c5141 struct bpf_tramp_run_ctx __maybe_unused run_ctx; in kern_sys_bpf()
/linux-6.3-rc2/include/linux/
A Dbpf.h991 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
/linux-6.3-rc2/arch/s390/net/
A Dbpf_jit_comp.c2098 offsetof(struct bpf_tramp_run_ctx, bpf_cookie); in invoke_bpf_prog()
2250 sizeof(struct bpf_tramp_run_ctx)); in __arch_prepare_bpf_trampoline()
/linux-6.3-rc2/arch/x86/net/
A Dbpf_jit_comp.c1922 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()
/linux-6.3-rc2/arch/riscv/net/
A Dbpf_jit_comp64.c724 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()
/linux-6.3-rc2/arch/arm64/net/
A Dbpf_jit_comp.c1650 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 37 milliseconds