Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/net/
H A Dbpf_jit_comp32.c1573 int i, cnt = 0, first_stack_regno, last_stack_regno; in emit_kfunc_call() local
1597 last_stack_regno = BPF_REG_0 + fm->nr_args; in emit_kfunc_call()
1598 for (i = last_stack_regno; i >= first_stack_regno; i--) { in emit_kfunc_call()