Home
last modified time | relevance | path

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

/linux-6.12.1/arch/riscv/net/
Dbpf_jit_comp64.c725 static void restore_stack_args(int nr_stack_args, int args_off, int stk_arg_off, in restore_stack_args() argument
732 emit_sd(RV_REG_FP, -stk_arg_off, RV_REG_T1, ctx); in restore_stack_args()
734 stk_arg_off -= 8; in restore_stack_args()
811 int retval_off, args_off, nregs_off, ip_off, run_ctx_off, sreg_off, stk_arg_off; in __arch_prepare_bpf_trampoline() local
904 stk_arg_off = stack_size; in __arch_prepare_bpf_trampoline()
985 restore_stack_args(nr_arg_slots - RV_MAX_REG_ARGS, args_off, stk_arg_off, ctx); in __arch_prepare_bpf_trampoline()