Home
last modified time | relevance | path

Searched defs:args_off (Results 1 – 2 of 2) sorted by relevance

/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c890 static void store_args(int nr_arg_slots, int args_off, struct rv_jit_context *ctx) in store_args()
906 static void restore_args(int nr_reg_args, int args_off, struct rv_jit_context *ctx) in restore_args()
916 static void restore_stack_args(int nr_stack_args, int args_off, int stk_arg_off, in restore_stack_args()
937 static int invoke_bpf_prog(struct bpf_tramp_link *l, int args_off, int retval_off, in invoke_bpf_prog()
999 static int invoke_bpf(struct bpf_tramp_links *tl, int args_off, int retval_off, in invoke_bpf()
1031 int retval_off, args_off, func_meta_off, ip_off, run_ctx_off, sreg_off, stk_arg_off; in __arch_prepare_bpf_trampoline() local
/linux/arch/loongarch/net/
H A Dbpf_jit.c1469 static void store_args(struct jit_ctx *ctx, int nargs, int args_off) in store_args()
1479 static void restore_args(struct jit_ctx *ctx, int nargs, int args_off) in restore_args()
1490 int args_off, int retval_off, int run_ctx_off, bool save_ret) in invoke_bpf_prog()
1554 int args_off, int retval_off, int run_ctx_off, u32 **branches) in invoke_bpf_mod_ret()
1619 int retval_off, args_off, nargs_off, ip_off, run_ctx_off, sreg_off, tcc_ptr_off; in __arch_prepare_bpf_trampoline() local