Searched refs:TASK_REGS (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/um/include/shared/
H A Dtask.h6 #define TASK_REGS(task) ((struct uml_pt_regs *) &(((char *) (task))[HOST_TASK_REGS])) macro
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dptrace.h48 #define task_regs(task) ((struct pt_regs *) ((char *)(task) + TASK_REGS))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/hpux/
H A Dwrappers.S85 ldo TASK_REGS-TASK_SZ_ALGN-64(%r30),%r1 ;! get pt regs
103 ldo TASK_REGS-TASK_SZ_ALGN-64(%r30),%r1 ;! get pt regs
147 ldo TASK_REGS-TASK_SZ_ALGN-64(%r30),%r1 ;! get pt regs
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dentry.S126 ldo TASK_REGS(%r9),%r9
841 ldo TASK_REGS(%r16),%r16
1684 ldo TASK_REGS(%r1),%r1
1709 ldo TASK_REGS(%r1),%r1 /* get pt regs */
1735 ldo TASK_REGS(%r1),%r1 /* get pt regs */
1759 ldo TASK_REGS(%r1),%r1 /* get pt regs */
1783 ldo TASK_REGS(%r1),%r1 /* get pt regs */
1829 ldo TASK_REGS(%r26),%r26 /* get pt regs */
1845 ldo TASK_REGS(%r1),%r1 /* get pt regs */
1859 ldo TASK_REGS(
[all...]
H A Dsyscall.S265 ldo TASK_REGS(%r1),%r2
338 ldo TASK_REGS(%r1),%r26
361 ldo TASK_REGS(%r1),%r26
H A Dasm-offsets.c66 DEFINE(TASK_REGS, offsetof(struct task_struct, thread.regs));

Completed in 180 milliseconds