Searched refs:ext_arg (Results 1 – 8 of 8) sorted by relevance
10 tcp->ext_arg[0] = x86_64_regs.rdi;11 tcp->ext_arg[1] = x86_64_regs.rsi;12 tcp->ext_arg[2] = x86_64_regs.rdx;13 tcp->ext_arg[3] = x86_64_regs.r10;14 tcp->ext_arg[4] = x86_64_regs.r8;15 tcp->ext_arg[5] = x86_64_regs.r9;
9 tcp->u_arg[0] = tcp->ext_arg[0] = mips_REG_A0;10 tcp->u_arg[1] = tcp->ext_arg[1] = mips_REG_A1;11 tcp->u_arg[2] = tcp->ext_arg[2] = mips_REG_A2;12 tcp->u_arg[3] = tcp->ext_arg[3] = mips_REG_A3;13 tcp->u_arg[4] = tcp->ext_arg[4] = mips_REG_A4;14 tcp->u_arg[5] = tcp->ext_arg[5] = mips_REG_A5;
20 offset = tcp->ext_arg[1]; in SYS_FUNC()
227 tprintf("%llu", (unsigned long long) tcp->ext_arg[arg]); in print_llu_from_low_high_val()
246 *val = tcp->ext_arg[arg_no]; in getllval()250 *val = tcp->ext_arg[arg_no]; in getllval()
150 offset = tcp->ext_arg[5]; in SYS_FUNC()
270 long long ext_arg[MAX_ARGS]; member
783 (struct tcb): Add ext_arg for MIPS N32.786 * file.c (sys_lseek): Use ext_arg for MIPS N32.791 (sys_mmap): Use ext_arg for MIPS N32.