H A D | bpf_jit_comp.c | 1708 int args_off, int retval_off, int run_ctx_off, in invoke_bpf_prog() 1750 emit(A64_ADD_I(1, A64_R(0), A64_SP, args_off), ctx); in invoke_bpf_prog() 1775 int args_off, int retval_off, int run_ctx_off, in invoke_bpf_mod_ret() 1785 invoke_bpf_prog(ctx, tl->links[i], args_off, retval_off, in invoke_bpf_mod_ret() 1799 static void save_args(struct jit_ctx *ctx, int args_off, int nregs) in save_args() argument 1804 emit(A64_STR64I(i, A64_SP, args_off), ctx); in save_args() 1805 args_off += 8; in save_args() 1809 static void restore_args(struct jit_ctx *ctx, int args_off, int nregs) in restore_args() argument 1814 emit(A64_LDR64I(i, A64_SP, args_off), ctx); in restore_args() 1815 args_off in restore_args() 1707 invoke_bpf_prog(struct jit_ctx *ctx, struct bpf_tramp_link *l, int args_off, int retval_off, int run_ctx_off, bool save_ret) invoke_bpf_prog() argument 1774 invoke_bpf_mod_ret(struct jit_ctx *ctx, struct bpf_tramp_links *tl, int args_off, int retval_off, int run_ctx_off, __le32 **branches) invoke_bpf_mod_ret() argument 1839 int args_off; prepare_trampoline() local [all...] |