Searched refs:nr_stack_args (Results 1 – 2 of 2) sorted by relevance
2577 int nr_bpf_args, nr_reg_args, nr_stack_args; in __arch_prepare_bpf_trampoline() local2584 nr_stack_args = m->nr_args - nr_reg_args; in __arch_prepare_bpf_trampoline()2585 if (nr_stack_args > MAX_NR_STACK_ARGS) in __arch_prepare_bpf_trampoline()2622 tjit->stack_args_off = alloc_stack(tjit, nr_stack_args * sizeof(u64)); in __arch_prepare_bpf_trampoline()2782 if (nr_stack_args) in __arch_prepare_bpf_trampoline()2784 (nr_stack_args * sizeof(u64) - 1) << 16 | in __arch_prepare_bpf_trampoline()
725 static void restore_stack_args(int nr_stack_args, int args_off, int stk_arg_off, in restore_stack_args() argument730 for (i = 0; i < nr_stack_args; i++) { in restore_stack_args()