Searched refs:restore_args (Results 1 – 1 of 1) sorted by relevance
/linux/arch/riscv/net/ |
H A 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()
|