Searched defs:args_off (Results 1 – 2 of 2) sorted by relevance
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 1637 static void store_args(struct jit_ctx *ctx, int nr_arg_slots, int args_off) in store_args() 1654 static void restore_args(struct jit_ctx *ctx, int nr_reg_args, int args_off) in restore_args() 1664 static void restore_stk_args(struct jit_ctx *ctx, int nr_stk_args, int args_off, int stk_args_off) in restore_stk_args() 1678 int args_off, int retval_off, int run_ctx_off, bool save_ret) in invoke_bpf_prog() 1741 int args_off, int retval_off, int run_ctx_off, in invoke_bpf() 1815 int stack_size, args_off, stk_args_off, nr_arg_slots = 0; in __arch_prepare_bpf_trampoline() local
|
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 890 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
|