Searched refs:stk_args_off (Results 1 – 1 of 1) sorted by relevance
| /linux/arch/loongarch/net/ |
| H A D | bpf_jit.c | 1664 static void restore_stk_args(struct jit_ctx *ctx, int nr_stk_args, int args_off, int stk_args_off) in restore_stk_args() argument 1671 emit_insn(ctx, std, LOONGARCH_GPR_T1, LOONGARCH_GPR_FP, -stk_args_off); in restore_stk_args() 1673 stk_args_off -= 8; in restore_stk_args() 1815 int stack_size, args_off, stk_args_off, nr_arg_slots = 0; in __arch_prepare_bpf_trampoline() local 1926 stk_args_off = stack_size; in __arch_prepare_bpf_trampoline() 2022 restore_stk_args(ctx, nr_arg_slots - LOONGARCH_MAX_REG_ARGS, args_off, stk_args_off); in __arch_prepare_bpf_trampoline()
|