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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-ppc/
H A Dptrace.c4 int putreg(struct task_struct *child, unsigned long regno, function
17 return putreg(child, addr, data);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/asm-um/
H A Dptrace-generic.h39 extern int putreg(struct task_struct *child, int regno, unsigned long value);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-x86_64/
H A Dptrace.c27 int putreg(struct task_struct *child, int regno, unsigned long value) function
72 return putreg(child, addr, data);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dptrace.c221 static int putreg(struct task_struct *child, function
386 ret = putreg(child, addr, data);
541 ret = putreg(child, ui, tmp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/sys-i386/
H A Dptrace.c62 int putreg(struct task_struct *child, int regno, unsigned long value) function
103 return putreg(child, addr, data);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/i386/kernel/
H A Dptrace.c87 static int putreg(struct task_struct *child, function
411 ret = putreg(child, addr, data);
558 putreg(child, i, tmp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/um/kernel/
H A Dptrace.c162 putreg(child, i, tmp);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ia64/ia32/
H A Dsys_ia32.c1507 putreg (struct task_struct *child, int regno, unsigned int value) function
1527 "ia32.putreg: attempt to set invalid segment register %d = %x\n",
1533 "ia32.putreg: attempt to to set invalid segment register %d = %x\n",
1537 printk(KERN_ERR "ia32.putreg: unknown register %d\n", regno);
1812 putreg(child, addr, data);
1835 putreg(child, i, tmp);

Completed in 121 milliseconds