Searched refs:get_stack_long (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m32r/kernel/
H A Dptrace.c40 get_stack_long(struct task_struct *task, int offset) function
93 psw = get_stack_long(tsk, PT_PSW);
99 psw = get_stack_long(tsk, PT_PSW);
100 bbpsw = get_stack_long(tsk, PT_BBPSW);
105 tmp = get_stack_long(tsk, PT_BPC);
112 tmp = get_stack_long(tsk, off);
157 psw = get_stack_long(tsk, PT_PSW);
219 return (int)((get_stack_long(child, PT_PSW) >> 8) & 1);
228 reg2 = get_stack_long(child, reg_offset[regno2]);
232 reg1 = get_stack_long(chil
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dptrace.c63 static inline int get_stack_long(struct task_struct *task, int offset) function
269 tmp = get_stack_long(child, (unsigned long) &dummy->regs.epsw);
284 tmp = get_stack_long(child, (unsigned long) &dummy->regs.epsw);
313 tmp = get_stack_long(child,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sh/kernel/
H A Dptrace_32.c43 static inline int get_stack_long(struct task_struct *task, int offset) function
114 unsigned long pc = get_stack_long(child, offsetof(struct pt_regs, pc));
358 tmp = get_stack_long(child, addr);
H A Dptrace_64.c58 static inline int get_stack_long(struct task_struct *task, int offset) function
321 tmp = get_stack_long(child, addr);
353 long cursr = get_stack_long(child, addr);

Completed in 54 milliseconds