Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/x86/
H A Dsyscall_numbering.c131 * the validity of struct user regs.orig_rax a.k.a. in probe_syscall()
365 if (regs.orig_rax != regs.rbx) { in mess_with_syscall()
366 fail("orig_rax %#llx doesn't match syscall number %#llx\n", 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/arch/x86/include/uapi/asm/
H A Dptrace.h69 unsigned long orig_rax; member
/linux/tools/testing/selftests/bpf/prog_tests/
H A Duprobe_syscall.c44 "movq $0, 120(%rdi)\n" /* orig_rax */ in uretprobe_regs()
75 "movq $0, 120(%rax)\n" /* orig_rax */ in uretprobe_regs()
143 case offsetof(struct pt_regs, orig_rax): in test_uretprobe_regs_equal()
/linux/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst
/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst356 orig_rax register. It may only be changed to -1 order to skip the
/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1736 # define SYSCALL_NUM(_regs) (_regs).orig_rax