Searched refs:arg_regs (Results 1 – 2 of 2) sorted by relevance
2709 int i, arg_regs, nr_used_regs = 0; in get_nr_used_regs() local2713 if (nr_used_regs + arg_regs <= 6) in get_nr_used_regs()2714 nr_used_regs += arg_regs; in get_nr_used_regs()2754 if (nr_regs + arg_regs > 6) { in save_args()2765 for (j = 0; j < arg_regs; j++) { in save_args()2782 nr_regs += arg_regs; in save_args()2787 for (j = 0; j < arg_regs; j++) { in save_args()2803 int i, j, arg_regs, nr_regs = 0; in restore_regs() local2814 if (nr_regs + arg_regs <= 6) { in restore_regs()2815 for (j = 0; j < arg_regs; j++) { in restore_regs()[all …]
1572 const u8 arg_regs[] = { IA32_EAX, IA32_EDX, IA32_ECX }; in emit_kfunc_call() local1574 int free_arg_regs = ARRAY_SIZE(arg_regs); in emit_kfunc_call()1608 cur_arg_reg = &arg_regs[0]; in emit_kfunc_call()