Searched refs:orig_r0 (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/include/asm/
H A Dsyscall.h26 * Only the low 32 bits of orig_r0 are meaningful, so we return int.
38 regs->regs[0] = regs->orig_r0;
H A Dptrace.h68 pt_reg_t orig_r0; /* r0 at syscall entry, else zero */ member in struct:pt_regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/include/asm/
H A Dptrace.h107 unsigned long orig_r0; member in struct:pt_regs
H A Dassembler.h84 push r0 ; orig_r0
181 addi sp, #4 ; Skip orig_r0
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/include/asm/
H A Dptrace.h85 long orig_r0; member in struct:pt_regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dsignal.c293 regs->r0 = regs->orig_r0;
363 regs->r0 = regs->orig_r0;
366 regs->r0 = regs->orig_r0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/tile/kernel/
H A Dsignal.c267 regs->regs[0] = regs->orig_r0;
344 regs->regs[0] = regs->orig_r0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/kernel/
H A Dasm-offsets.c45 DEFINE(PT_ORIG_R0, offsetof(struct pt_regs, orig_r0));
H A Dsignal.c241 regs->r0 = regs->orig_r0;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/kernel/
H A Dentry-armv.S158 @ r4 - orig_r0 (see pt_regs definition in ptrace.h)
376 @ r4 - orig_r0 (see pt_regs definition in ptrace.h)

Completed in 183 milliseconds