Home
last modified time | relevance | path

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

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