Searched refs:h8300_get_reg (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/kernel/
H A Dptrace.c35 extern long h8300_get_reg(struct task_struct *task, int regno);
71 tmp = h8300_get_reg(child, addr);
118 tmp = h8300_get_reg(child, i);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/platform/h8300h/
H A Dptrace_h8300h.c29 long h8300_get_reg(struct task_struct *task, int regno) function
181 unsigned char cond = h8300_get_reg(task, PT_CCR);
231 sp = (unsigned long *)h8300_get_reg(child, PT_USP);
243 addr = h8300_get_reg(child, PT_ER0);
245 addr = h8300_get_reg(child, regno-1+PT_ER1);
270 nextpc = getnextpc(child,(unsigned short *)h8300_get_reg(child, PT_PC));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/h8300/platform/h8s/
H A Dptrace_h8s.c30 long h8300_get_reg(struct task_struct *task, int regno) function

Completed in 103 milliseconds