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

/linux-master/arch/x86/include/uapi/asm/
H A Dptrace.h30 long orig_eax; member in struct:pt_regs
H A Dvm86.h78 long orig_eax; member in struct:vm86_regs
/linux-master/arch/x86/include/asm/
H A Duser32.h40 __u32 orig_eax, eip; member in struct:user_regs_struct32
/linux-master/arch/x86/kernel/
H A Dftrace_32.S116 pushl $0 # orig_eax
H A Dptrace.c921 case offsetof(struct user32, regs.orig_eax):
924 * debugger setting orig_eax to -1 wants to disable
991 R32(orig_eax, orig_ax);
/linux-master/arch/x86/entry/
H A Dentry_32.S24 * 2C(%esp) - orig_eax
129 * 2*4(%esp) - orig_eax
141 * 10*4(%esp) - gap / orig_eax
149 * 2*4(%esp) - orig_eax
160 pushl 7*4(%esp) # orig_eax
953 RESTORE_REGS pop=4 # skip orig_eax/error_code
/linux-master/tools/testing/selftests/x86/
H A Dptrace_syscall.c30 # define user_syscall_nr orig_eax
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c1733 # define SYSCALL_NUM(_regs) (_regs).orig_eax

Completed in 193 milliseconds