Searched refs:orig_rax (Results 1 – 7 of 7) sorted by relevance
365 if (regs.orig_rax != regs.rbx) { in mess_with_syscall()367 (unsigned long long)regs.orig_rax, in mess_with_syscall()383 regs.orig_rax = regs.orig_rax | 0xffffffff00000000ULL; in mess_with_syscall()387 regs.orig_rax = (int)regs.orig_rax; in mess_with_syscall()
22 # define user_syscall_nr orig_rax
69 unsigned long orig_rax; member
143 case offsetof(struct pt_regs, orig_rax): in test_uretprobe_regs_equal()
280 使用orig_rax寄存器改变为另一个系统调用。可能只能改变为-1来跳过当前模拟的调用。
356 orig_rax register. It may only be changed to -1 order to skip the
1742 # define SYSCALL_NUM(_regs) (_regs).orig_rax