Searched refs:orig_rax (Results 1 – 7 of 7) sorted by relevance
131 * the validity of struct user regs.orig_rax a.k.a. in probe_syscall() 365 if (regs.orig_rax != regs.rbx) { in mess_with_syscall() 366 fail("orig_rax %#llx doesn't match syscall number %#llx\n", 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
44 "movq $0, 120(%rdi)\n" /* orig_rax */ in uretprobe_regs() 75 "movq $0, 120(%rax)\n" /* orig_rax */ in uretprobe_regs() 143 case offsetof(struct pt_regs, orig_rax): in test_uretprobe_regs_equal()
356 orig_rax register. It may only be changed to -1 order to skip the
1736 # define SYSCALL_NUM(_regs) (_regs).orig_rax