Home
last modified time | relevance | path

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

/linux/arch/s390/net/
H A Dbpf_jit_comp.c2577 int nr_bpf_args, nr_reg_args, nr_stack_args; in __arch_prepare_bpf_trampoline() local
2584 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()
/linux/arch/riscv/net/
H A 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
730 for (i = 0; i < nr_stack_args; i++) { in restore_stack_args()