Home
last modified time | relevance | path

Searched refs:orig_eax (Results 1 – 8 of 8) sorted by relevance

/linux-5.19.10/arch/x86/include/uapi/asm/
Dptrace.h30 long orig_eax; member
Dvm86.h78 long orig_eax; member
/linux-5.19.10/arch/x86/include/asm/
Duser32.h40 __u32 orig_eax, eip; member
/linux-5.19.10/arch/x86/kernel/
Dftrace_32.S116 pushl $0 # orig_eax
Dptrace.c901 case offsetof(struct user32, regs.orig_eax): in putreg32()
971 R32(orig_eax, orig_ax); in getreg32()
/linux-5.19.10/arch/x86/entry/
Dentry_32.S160 pushl 7*4(%esp) # orig_eax
983 RESTORE_REGS pop=4 # skip orig_eax/error_code
/linux-5.19.10/tools/testing/selftests/x86/
Dptrace_syscall.c30 # define user_syscall_nr orig_eax
/linux-5.19.10/tools/testing/selftests/seccomp/
Dseccomp_bpf.c1727 # define SYSCALL_NUM(_regs) (_regs).orig_eax