Home
last modified time | relevance | path

Searched refs:restore_args (Results 1 – 3 of 3) sorted by relevance

/linux/arch/riscv/net/
H A Dbpf_jit_comp64.c906 static void restore_args(int nr_reg_args, int args_off, struct rv_jit_context *ctx) in restore_args() function
1219 restore_args(min_t(int, nr_arg_slots, RV_MAX_REG_ARGS), args_off, ctx); in __arch_prepare_bpf_trampoline()
1260 restore_args(min_t(int, nr_arg_slots, RV_MAX_REG_ARGS), args_off, ctx); in __arch_prepare_bpf_trampoline()
/linux/arch/loongarch/net/
H A Dbpf_jit.c1479 static void restore_args(struct jit_ctx *ctx, int nargs, int args_off) in restore_args() function
1782 restore_args(ctx, m->nr_args, args_off); in __arch_prepare_bpf_trampoline()
1818 restore_args(ctx, m->nr_args, args_off); in __arch_prepare_bpf_trampoline()
/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2490 static void restore_args(struct jit_ctx *ctx, int bargs_off, int nregs) in restore_args() function
2760 restore_args(ctx, bargs_off, a->regs_for_args); in prepare_trampoline()