Searched refs:restore_args (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/arch/riscv/net/ |
D | bpf_jit_comp64.c | 715 static void restore_args(int nr_reg_args, int args_off, struct rv_jit_context *ctx) in restore_args() function 984 restore_args(min_t(int, nr_arg_slots, RV_MAX_REG_ARGS), args_off, ctx); in __arch_prepare_bpf_trampoline() 1020 restore_args(min_t(int, nr_arg_slots, RV_MAX_REG_ARGS), args_off, ctx); in __arch_prepare_bpf_trampoline()
|
/linux-6.12.1/arch/arm64/net/ |
D | bpf_jit_comp.c | 2087 static void restore_args(struct jit_ctx *ctx, int args_off, int nregs) in restore_args() function 2247 restore_args(ctx, args_off, nregs); in prepare_trampoline() 2280 restore_args(ctx, args_off, nregs); in prepare_trampoline()
|