Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/x86/
H 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()
H A Dptrace_syscall.c20 # define user_syscall_nr orig_rax
/openbmc/linux/arch/x86/include/uapi/asm/
H A Dptrace.h69 unsigned long orig_rax; member
/openbmc/qemu/linux-user/x86_64/
H A Dtarget_syscall.h24 abi_ulong orig_rax; member
/openbmc/qemu/bsd-user/x86_64/
H A Dtarget_syscall.h41 abi_ulong orig_rax; member
/openbmc/linux/Documentation/translations/zh_CN/userspace-api/
H A Dseccomp_filter.rst280 使用orig_rax寄存器改变为另一个系统调用。可能只能改变为-1来跳过当前模拟的调用。
/openbmc/qemu/target/i386/
H A Darch_dump.c28 target_ulong r9, r8, rax, rcx, rdx, rsi, rdi, orig_rax; member
73 regs.orig_rax = 0; /* FIXME */ in x86_64_write_elf64_note()
/openbmc/linux/Documentation/userspace-api/
H A Dseccomp_filter.rst356 orig_rax register. It may only be changed to -1 order to skip the
/openbmc/linux/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1729 # define SYSCALL_NUM(_regs) (_regs).orig_rax