Home
last modified time | relevance | path

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

/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2363 int stack_slots, nregs, slots, i; in calc_arg_aux() local
2381 stack_slots = (m->arg_size[i] + 7) / 8; in calc_arg_aux()
2382 a->bstack_for_args += stack_slots * 8; in calc_arg_aux()
2383 a->ostack_for_args = a->ostack_for_args + stack_slots * 8; in calc_arg_aux()
/linux/kernel/bpf/
H A Dfixups.c2344 int stack_slots = subprogs[i].stack_extra / 8; in bpf_do_misc_fixups() local
2347 if (!stack_slots) in bpf_do_misc_fixups()
2350 if (stack_slots > slots) { in bpf_do_misc_fixups()