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

/linux-4.1.27/arch/x86/include/uapi/asm/
H A Dptrace.h29 long orig_eax; member in struct:pt_regs
H A Dvm86.h77 long orig_eax; member in struct:vm86_regs
/linux-4.1.27/arch/x86/include/asm/
H A Duser32.h39 __u32 orig_eax, eip; member in struct:user_regs_struct32
/linux-4.1.27/arch/x86/xen/
H A Dxen-asm_32.S177 * orig_eax }<- esi (copy src)
231 mov $PT_EIP / 4, %ecx /* saved regs up to orig_eax */
/linux-4.1.27/arch/x86/kernel/
H A Dvm86_32.c101 * (but not including) orig_eax, and then rest including orig_eax. copy_vm86_regs_to_user()
104 ret += copy_to_user(&user->orig_eax, &regs->pt.orig_ax, copy_vm86_regs_to_user()
121 ret += copy_from_user(&regs->pt.orig_ax, &user->orig_eax, copy_vm86_regs_from_user()
H A Dentry_32.S34 * 2C(%esp) - orig_eax
496 pushl_cfi %eax # save orig_eax
534 RESTORE_REGS 4 # skip orig_eax/error_code
H A Dptrace.c973 case offsetof(struct user32, regs.orig_eax): putreg32()
975 * A 32-bit debugger setting orig_eax means to restore putreg32()
1040 R32(orig_eax, orig_ax); getreg32()
/linux-4.1.27/arch/x86/ia32/
H A Dia32_aout.c93 dump->regs.orig_eax = regs->orig_ax; dump_thread32()

Completed in 205 milliseconds