Home
last modified time | relevance | path

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

/linux/arch/arm64/net/
H A Dbpf_jit_comp.c2221 int nr_on_stack = out_cnt - NR_STACK_ARG_REGS; in bpf_int_jit_compile() local
2223 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()