Home
last modified time | relevance | path

Searched refs:orig_rax (Results 1 – 5 of 5) sorted by relevance

/linux/tools/testing/selftests/x86/
A Dsyscall_numbering.c364 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()
A Dptrace_syscall.c20 # define user_syscall_nr orig_rax
/linux/arch/x86/include/uapi/asm/
A Dptrace.h69 unsigned long orig_rax; member
/linux/Documentation/userspace-api/
A Dseccomp_filter.rst346 orig_rax register. It may only be changed to -1 order to skip the
/linux/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c1706 # define SYSCALL_NUM(_regs) (_regs).orig_rax

Completed in 15 milliseconds