Searched refs:orig_rax (Results 1 – 9 of 9) sorted by relevance
364 if (regs.orig_rax != regs.rbx) { in mess_with_syscall()366 (unsigned long long)regs.orig_rax, in mess_with_syscall()382 regs.orig_rax = regs.orig_rax | 0xffffffff00000000ULL; in mess_with_syscall()386 regs.orig_rax = (int)regs.orig_rax; in mess_with_syscall()
20 # define user_syscall_nr orig_rax
69 unsigned long orig_rax; member
24 abi_ulong orig_rax; member
41 abi_ulong orig_rax; member
280 使用orig_rax寄存器改变为另一个系统调用。可能只能改变为-1来跳过当前模拟的调用。
28 target_ulong r9, r8, rax, rcx, rdx, rsi, rdi, orig_rax; member73 regs.orig_rax = 0; /* FIXME */ in x86_64_write_elf64_note()
356 orig_rax register. It may only be changed to -1 order to skip the
1729 # define SYSCALL_NUM(_regs) (_regs).orig_rax