Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/x86/
H A Dsyscall_numbering.c365 if (regs.orig_rax != regs.rbx) { in mess_with_syscall()
367 (unsigned long long)regs.orig_rax, in mess_with_syscall()
383 regs.orig_rax = regs.orig_rax | 0xffffffff00000000ULL; in mess_with_syscall()
387 regs.orig_rax = (int)regs.orig_rax; in mess_with_syscall()
H A Dptrace_syscall.c22 # define user_syscall_nr orig_rax
/linux-6.15/arch/x86/include/uapi/asm/
H A Dptrace.h69 unsigned long orig_rax; member
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_syscall.c143 case offsetof(struct pt_regs, orig_rax): in test_uretprobe_regs_equal()
/linux-6.15/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst280 使用orig_rax寄存器改变为另一个系统调用。可能只能改变为-1来跳过当前模拟的调用。
/linux-6.15/Documentation/userspace-api/
H A Dseccomp_filter.rst356 orig_rax register. It may only be changed to -1 order to skip the
/linux-6.15/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1742 # define SYSCALL_NUM(_regs) (_regs).orig_rax