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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/kernel/
H A Dptrace.c46 specially (see get_reg/put_reg below). */
74 static inline int put_reg(struct task_struct *task, int regno, function
99 put_reg(child, PT_SR, tmp);
182 if (put_reg(child, addr, data))
218 put_reg(child, PT_SR, tmp);
238 put_reg(child, PT_SR, tmp);
251 put_reg(child, PT_SR, tmp);
294 put_reg(child, i, tmp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v32/kernel/
H A Dptrace.c64 int put_reg(struct task_struct *task, unsigned int regno, unsigned long data) function
93 put_reg(child, PT_CCS, tmp);
94 put_reg(child, PT_SPC, 0);
172 if (put_reg(child, addr, data))
185 put_reg(child, PT_SPC, 0);
191 put_reg(child, PT_CCS, tmp);
235 put_reg(child, PT_SPC, tmp);
238 put_reg(child, PT_CCS, tmp);
293 put_reg(child, i, tmp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dptrace.c91 * specially (see get_reg/put_reg below).
123 put_reg(struct task_struct *task, int regno, unsigned long data) function
185 put_reg(child, PT_SR, tmp);
309 ret = put_reg(child, addr, data);
330 put_reg(child, PT_SYSCFG, tmp);
351 put_reg(child, PT_SYSCFG, tmp);
367 put_reg(child, PT_SYSCFG, tmp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dptrace.c46 specially (see get_reg/put_reg below). */
88 static inline int put_reg(struct task_struct *task, int regno, function
109 put_reg(child, PT_SR, tmp);
177 if (put_reg(child, addr, data))
226 put_reg(child, PT_SR, tmp);
260 put_reg(child, i, tmp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/kernel/
H A Dptrace.c47 inline int put_reg(struct task_struct *task, unsigned int regno, function
139 if (put_reg(child, addr, data))
236 put_reg(child, i, tmp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dptrace.c51 static inline int put_reg(struct task_struct *task, int regno, function
192 ret = put_reg(child, addr >> 2, data);
266 put_reg(child, i, tmp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/kernel/
H A Dptrace-common.h44 static inline int put_reg(struct task_struct *task, int regno, function
H A Dptrace.c73 static inline int put_reg(struct task_struct *task, int regno, function
332 ret = put_reg(child, index, data);
H A Dptrace32.c232 ret = put_reg(child, index, data);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/kernel/
H A Dptrace.c69 * get_reg/put_reg below).
146 put_reg(struct task_struct *task, unsigned long regno, unsigned long data) function
325 ret = put_reg(child, addr, data);

Completed in 73 milliseconds