Lines Matching refs:target
48 static int genregs32_get(struct task_struct *target, in genregs32_get() argument
53 const struct pt_regs *regs = target->thread.kregs; in genregs32_get()
59 if (target == current) in genregs32_get()
126 static int genregs32_set(struct task_struct *target, in genregs32_set() argument
131 struct pt_regs *regs = target->thread.kregs; in genregs32_set()
137 if (target == current) in genregs32_set()
210 static int fpregs32_get(struct task_struct *target, in fpregs32_get() argument
215 const unsigned long *fpregs = target->thread.float_regs; in fpregs32_get()
219 if (target == current) in fpregs32_get()
233 &target->thread.fsr, in fpregs32_get()
254 static int fpregs32_set(struct task_struct *target, in fpregs32_set() argument
259 unsigned long *fpregs = target->thread.float_regs; in fpregs32_set()
263 if (target == current) in fpregs32_set()
275 &target->thread.fsr, in fpregs32_set()