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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/include/asm/
H A Duser32.h39 __u32 orig_eax, eip; member in struct:user_regs_struct32
H A Dvm86.h77 long orig_eax; member in struct:vm86_regs
H A Dptrace.h33 long orig_eax; member in struct:pt_regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/
H A Dvm86_32.c99 * (but not including) orig_eax, and then rest including orig_eax.
102 ret += copy_to_user(&user->orig_eax, &regs->pt.orig_ax,
119 ret += copy_from_user(&regs->pt.orig_ax, &user->orig_eax,
H A Dptrace.c963 case offsetof(struct user32, regs.orig_eax):
965 * A 32-bit debugger setting orig_eax means to restore
1030 R32(orig_eax, orig_ax);
H A Dentry_32.S34 * 2C(%esp) - orig_eax
532 pushl %eax # save orig_eax
568 RESTORE_REGS 4 # skip orig_eax/error_code

Completed in 124 milliseconds