Searched refs:stack_slots (Results 1 – 2 of 2) sorted by relevance
2451 int stack_slots, nregs, slots, i; in restore_args() 2469 stack_slots = (m->arg_size[i] + 7) / 8; in store_func_meta() 2470 a->bstack_for_args += stack_slots * 8;2471 a->ostack_for_args = a->ostack_for_args + stack_slots * 8;2363 int stack_slots, nregs, slots, i; calc_arg_aux() local
2365 int stack_slots = subprogs[i].stack_extra / 8; in bpf_do_misc_fixups() 2368 if (!stack_slots) in bpf_do_misc_fixups() 2371 if (stack_slots > slots) { in bpf_do_misc_fixups() 2372 verifier_bug(env, "stack_slots supports may_goto only"); in bpf_do_misc_fixups() 2344 int stack_slots = subprogs[i].stack_extra / 8; bpf_do_misc_fixups() local