Searched refs:restore_args (Results 1 – 3 of 3) sorted by relevance
| /linux/arch/riscv/net/ |
| H A D | bpf_jit_comp64.c | 906 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 D | bpf_jit.c | 1654 static void restore_args(struct jit_ctx *ctx, int nr_reg_args, int args_off) in restore_args() function 2021 restore_args(ctx, min_t(int, nr_arg_slots, LOONGARCH_MAX_REG_ARGS), args_off); in __arch_prepare_bpf_trampoline() 2064 restore_args(ctx, min_t(int, nr_arg_slots, LOONGARCH_MAX_REG_ARGS), args_off); in __arch_prepare_bpf_trampoline()
|
| /linux/arch/arm64/net/ |
| H A D | bpf_jit_comp.c | 2449 static void restore_args(struct jit_ctx *ctx, int bargs_off, int nregs) in restore_args() function 2719 restore_args(ctx, bargs_off, a->regs_for_args); in prepare_trampoline()
|