Home
last modified time | relevance | path

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

/linux/arch/loongarch/net/
H A Dbpf_jit.c1343 static void store_args(struct jit_ctx *ctx, int nargs, int args_off) in store_args()
1353 static void restore_args(struct jit_ctx *ctx, int nargs, int args_off) in restore_args()
1364 int args_off, int retval_off, int run_ctx_off, bool save_ret) in invoke_bpf_prog()
1428 int args_off, int retval_off, int run_ctx_off, u32 **branches) in invoke_bpf_mod_ret()
1488 int retval_off, args_off, nargs_off, ip_off, run_ctx_off, sreg_off, tcc_ptr_off; in __arch_prepare_bpf_trampoline() local
/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c887 static void store_args(int nr_arg_slots, int args_off, struct rv_jit_context *ctx) in store_args()
903 static void restore_args(int nr_reg_args, int args_off, struct rv_jit_context *ctx) in restore_args()
913 static void restore_stack_args(int nr_stack_args, int args_off, int stk_arg_off, in restore_stack_args()
926 static int invoke_bpf_prog(struct bpf_tramp_link *l, int args_off, int retval_off, in invoke_bpf_prog()
999 int retval_off, args_off, nregs_off, ip_off, run_ctx_off, sreg_off, stk_arg_off; in __arch_prepare_bpf_trampoline() local