Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/arch/x86/include/uapi/asm/
A Dptrace.h69 unsigned long orig_rax; member
/linux-6.3-rc2/Documentation/translations/zh_CN/userspace-api/
A Dseccomp_filter.rst280 使用orig_rax寄存器改变为另一个系统调用。可能只能改变为-1来跳过当前模拟的调用。
/linux-6.3-rc2/Documentation/userspace-api/
A Dseccomp_filter.rst356 orig_rax register. It may only be changed to -1 order to skip the
/linux-6.3-rc2/tools/testing/selftests/seccomp/
A Dseccomp_bpf.c1729 # define SYSCALL_NUM(_regs) (_regs).orig_rax

Completed in 14 milliseconds