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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-i386/
H A Dptrace.h21 long orig_eax; member in struct:pt_regs
H A Duser.h81 long orig_eax, eip; member in struct:user_regs_struct
H A Dvm86.h87 long orig_eax; member in struct:vm86_regs
H A Delf.h93 pr_reg[11] = regs->orig_eax; \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-x86_64/
H A Duser32.h38 __u32 orig_eax, eip; member in struct:user_regs_struct32
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dvm86.c99 (but not including) orig_eax, and then rest including orig_eax. */
100 ret += copy_to_user(user, regs, offsetof(struct kernel_vm86_regs, pt.orig_eax));
101 ret += copy_to_user(&user->orig_eax, &regs->pt.orig_eax,
103 offsetof(struct kernel_vm86_regs, pt.orig_eax));
116 ret += copy_from_user(regs, user, offsetof(struct kernel_vm86_regs, pt.orig_eax));
117 /* copy orig_eax-__gsh+extra */
118 ret += copy_from_user(&regs->pt.orig_eax, &user->orig_eax,
[all...]
H A Dsignal.c150 regs->orig_eax = -1; /* disable syscall checks */
516 if (regs->orig_eax >= 0) {
531 regs->eax = regs->orig_eax;
616 if (regs->orig_eax >= 0) {
622 regs->eax = regs->orig_eax;
H A Dasm-offsets.c78 OFFSET(PT_ORIG_EAX, pt_regs, orig_eax);
H A Dptrace.c665 secure_computing(regs->orig_eax);
718 audit_syscall_entry(AUDIT_ARCH_I386, regs->orig_eax,
723 regs->orig_eax = -1; /* force skip of syscall restarting */
H A Dirq.c75 int irq = ~regs->orig_eax;
H A Dprocess.c352 regs.orig_eax = -1;
514 dump->regs.orig_eax = regs->orig_eax;
H A Dkprobes.c355 /* skip cs, eip, orig_eax */
381 /* skip eip, orig_eax, es, ds, fs */
404 regs->orig_eax = 0xffffffff;
H A Dentry.S34 * 28(%esp) - orig_eax
366 pushl %eax # save orig_eax
407 addl $4, %esp # skip orig_eax/error_code
537 pushl %eax # save orig_eax
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dptrace32.c77 R32(orig_eax, orig_rax);
168 R32(orig_eax, orig_rax);
H A Dia32_aout.c83 dump->regs.orig_eax = regs->orig_rax;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/kernel/
H A Dptrace.c486 secure_computing(regs->orig_eax);
514 /* There is no ->orig_eax and that's quite intensional for now making
519 audit_syscall_entry(audit_arch(), regs->orig_eax,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/ia32/
H A Dia32priv.h528 __u32 orig_eax, eip; member in struct:user_regs_struct32

Completed in 108 milliseconds