Searched refs:orig_rax (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/x86/include/uapi/asm/
H A Dptrace.h69 unsigned long orig_rax; member in struct:pt_regs
/linux-master/tools/testing/selftests/x86/
H A Dsyscall_numbering.c130 * the validity of struct user regs.orig_rax a.k.a.
364 if (regs.orig_rax != regs.rbx) {
365 fail("orig_rax %#llx doesn't match syscall number %#llx\n",
366 (unsigned long long)regs.orig_rax,
382 regs.orig_rax = regs.orig_rax | 0xffffffff00000000ULL;
386 regs.orig_rax = (int)regs.orig_rax;
H A Dptrace_syscall.c20 # define user_syscall_nr orig_rax
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1729 # define SYSCALL_NUM(_regs) (_regs).orig_rax

Completed in 320 milliseconds