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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/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);
158 psw = get_stack_long(tsk, PT_PSW);
220 return (int)((get_stack_long(child, PT_PSW) >> 8) & 1);
229 reg2 = get_stack_long(child, reg_offset[regno2]);
233 reg1 = get_stack_long(chil
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dptrace.c36 static inline int get_stack_long(struct task_struct *task, int offset) function
116 tmp = get_stack_long(child, addr);
210 pc = get_stack_long(child, (long)&dummy->pc);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/kernel/
H A Dptrace.c51 static inline int get_stack_long(struct task_struct *task, int offset) function
153 tmp = get_stack_long(child, addr);
194 long cursr = get_stack_long(child, addr);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dptrace.c60 static inline unsigned long get_stack_long(struct task_struct *task, int offset) function
268 tmp = get_stack_long(child, EFL_OFFSET);
300 val = get_stack_long(child, regno);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dptrace.c61 static inline int get_stack_long(struct task_struct *task, int offset) function
111 value |= get_stack_long(child, EFL_OFFSET) & ~FLAG_MASK;
139 retval &= get_stack_long(child, regno);

Completed in 90 milliseconds