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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/include/asm/
H A Dptrace.h39 long orig_d0; member in struct:pt_regs
H A Duser.h44 long orig_d0; member in struct:user_regs_struct
H A Da.out-core.h57 dump->regs.orig_d0 = regs->orig_d0;
H A Delf.h91 pr_reg[16] = regs->orig_d0; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/include/asm/
H A Dptrace.h74 unsigned long orig_d0; /* syscall number */ member in struct:pt_regs
H A Delf.h123 pr_reg[24] = regs->orig_d0; \
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dsignal.c134 regs->orig_d0 = -1; /* disable syscall checks */
437 regs->orig_d0 = -1;
450 if (regs->orig_d0 >= 0) {
466 regs->d0 = regs->orig_d0;
528 if (regs->orig_d0 >= 0) {
534 regs->d0 = regs->orig_d0;
H A Dptrace.c97 &regs->orig_d0, PT_ORIG_D0 * sizeof(long),
125 &regs->orig_d0, PT_ORIG_D0 * sizeof(long),
373 * regs->orig_d0
377 return regs->orig_d0;
H A Dasm-offsets.c59 OFFSET(REG_ORIG_D0, pt_regs, orig_d0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dsignal.c341 regs->orig_d0 = -1; /* disable syscall checks */
443 regs->orig_d0 = -1; /* disable syscall checks */
969 regs->d0 = regs->orig_d0;
977 if (regs->orig_d0 < 0)
983 regs->d0 = regs->orig_d0;
984 regs->orig_d0 = -1;
998 if (regs->orig_d0 >= 0)
1041 if (regs->orig_d0 >= 0)
H A Dasm-offsets.c53 DEFINE(PT_OFF_ORIG_D0, offsetof(struct pt_regs, orig_d0));
H A Dprocess.c134 regs->orig_d0, regs->d0, regs->a2, regs->a1);
H A Dptrace.c66 [16] = PT_REG(orig_d0),
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68knommu/kernel/
H A Dasm-offsets.c49 DEFINE(PT_OFF_ORIG_D0, offsetof(struct pt_regs, orig_d0));
H A Dsignal.c295 regs->orig_d0 = -1; /* disable syscall checks */
348 regs->orig_d0 = -1; /* disable syscall checks */
717 regs->d0 = regs->orig_d0;
731 if (regs->orig_d0 >= 0)
783 if (regs->orig_d0 >= 0) {
H A Dptrace.c52 PT_REG(orig_d0), PT_REG(sr), PT_REG(pc),
H A Dprocess.c110 regs->orig_d0, regs->d0, regs->a2, regs->a1);

Completed in 206 milliseconds