Searched refs:ext_arg (Results 1 – 9 of 9) sorted by relevance
13 tcp->u_arg[0] = tcp->ext_arg[0] = mips_REG_A0; in get_syscall_args()14 tcp->u_arg[1] = tcp->ext_arg[1] = mips_REG_A1; in get_syscall_args()15 tcp->u_arg[2] = tcp->ext_arg[2] = mips_REG_A2; in get_syscall_args()16 tcp->u_arg[3] = tcp->ext_arg[3] = mips_REG_A3; in get_syscall_args()17 tcp->u_arg[4] = tcp->ext_arg[4] = mips_REG_A4; in get_syscall_args()18 tcp->u_arg[5] = tcp->ext_arg[5] = mips_REG_A5; in get_syscall_args()
14 tcp->ext_arg[0] = x86_64_regs.rdi; in get_syscall_args()15 tcp->ext_arg[1] = x86_64_regs.rsi; in get_syscall_args()16 tcp->ext_arg[2] = x86_64_regs.rdx; in get_syscall_args()17 tcp->ext_arg[3] = x86_64_regs.r10; in get_syscall_args()18 tcp->ext_arg[4] = x86_64_regs.r8; in get_syscall_args()19 tcp->ext_arg[5] = x86_64_regs.r9; in get_syscall_args()
48 ext_arg = 056 bc.arg = ext_arg + self[offset+1] + 256*self[offset+2]68 ext_arg = bc.arg * 256*25670 ext_arg = 0
60 offset = tcp->ext_arg[1]; in SYS_FUNC()
201 tprintf("%llu", (unsigned long long) tcp->ext_arg[arg]); in print_llu_from_low_high_val()
261 *val = tcp->ext_arg[arg_no];265 *val = tcp->ext_arg[arg_no];
147 offset = tcp->ext_arg[5]; in SYS_FUNC()
293 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.