Searched refs:nr_on_stack (Results 1 – 1 of 1) sorted by relevance
2221 int nr_on_stack = out_cnt - NR_STACK_ARG_REGS; in bpf_int_jit_compile() local2223 if (nr_on_stack > 0) in bpf_int_jit_compile()2224 ctx.stack_arg_size = round_up(nr_on_stack * sizeof(u64), 16); in bpf_int_jit_compile()