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

/linux-master/arch/x86/net/
H A Dbpf_jit_comp.c2354 int i, arg_regs, nr_used_regs = 0; local
2357 arg_regs = (m->arg_size[i] + 7) / 8;
2358 if (nr_used_regs + arg_regs <= 6)
2359 nr_used_regs += arg_regs;
2371 int arg_regs, first_off = 0, nr_regs = 0, nr_stack_slots = 0; local
2380 arg_regs = (m->arg_size[i] + 7) / 8;
2399 if (nr_regs + arg_regs > 6) {
2410 for (j = 0; j < arg_regs; j++) {
2427 nr_regs += arg_regs;
2432 for (j = 0; j < arg_regs;
2448 int i, j, arg_regs, nr_regs = 0; local
[all...]
H A Dbpf_jit_comp32.c1572 const u8 arg_regs[] = { IA32_EAX, IA32_EDX, IA32_ECX }; local
1574 int free_arg_regs = ARRAY_SIZE(arg_regs);
1608 cur_arg_reg = &arg_regs[0];

Completed in 145 milliseconds