Searched refs:extra_nregs (Results 1 – 1 of 1) sorted by relevance
2049 int ret, i, nr_args = m->nr_args, extra_nregs = 0; in arch_prepare_bpf_trampoline() local2065 extra_nregs += (m->arg_size[i] + 7) / 8 - 1; in arch_prepare_bpf_trampoline()2067 if (nr_args + extra_nregs > 6) in arch_prepare_bpf_trampoline()2069 stack_size += extra_nregs * 8; in arch_prepare_bpf_trampoline()2130 emit_mov_imm64(&prog, BPF_REG_0, 0, (u32) nr_args + extra_nregs); in arch_prepare_bpf_trampoline()