Home
last modified time | relevance | path

Searched refs:first_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
1585 first_stack_regno = BPF_REG_1; in emit_kfunc_call()
1593 first_stack_regno++; in emit_kfunc_call()
1598 for (i = last_stack_regno; i >= first_stack_regno; i--) { in emit_kfunc_call()
1609 for (i = BPF_REG_1; i < first_stack_regno; i++) { in emit_kfunc_call()