Searched refs:arg_regs (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/net/ |
H A D | bpf_jit_comp.c | 2006 int i, arg_regs, nr_used_regs = 0; in get_nr_used_regs() local 2009 arg_regs = (m->arg_size[i] + 7) / 8; in get_nr_used_regs() 2010 if (nr_used_regs + arg_regs <= 6) in get_nr_used_regs() 2011 nr_used_regs += arg_regs; in get_nr_used_regs() 2023 int arg_regs, first_off = 0, nr_regs = 0, nr_stack_slots = 0; in save_args() local 2032 arg_regs = (m->arg_size[i] + 7) / 8; in save_args() 2051 if (nr_regs + arg_regs > 6) { in save_args() 2062 for (j = 0; j < arg_regs; j++) { in save_args() 2079 nr_regs += arg_regs; in save_args() 2084 for (j = 0; j < arg_regs; in save_args() 2100 int i, j, arg_regs, nr_regs = 0; restore_regs() local [all...] |
H A D | bpf_jit_comp32.c | 1572 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()
|
Completed in 10 milliseconds