Home
last modified time | relevance | path

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

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