Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/net/
Dbpf_jit_comp32.c1572 const u8 arg_regs[] = { IA32_EAX, IA32_EDX, IA32_ECX }; in emit_kfunc_call() local
1574 int free_arg_regs = ARRAY_SIZE(arg_regs); in emit_kfunc_call()
1608 cur_arg_reg = &arg_regs[0]; in emit_kfunc_call()