Lines Matching refs:task_struct
12 extern int arch_switch_tls(struct task_struct *to);
14 void arch_switch_to(struct task_struct *to) in arch_switch_to()
73 int putreg(struct task_struct *child, int regno, unsigned long value) in putreg()
121 int poke_user(struct task_struct *child, long addr, long data) in poke_user()
140 unsigned long getreg(struct task_struct *child, int regno) in getreg()
174 int peek_user(struct task_struct *child, long addr, long data) in peek_user()
194 static int get_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in get_fpregs()
210 static int set_fpregs(struct user_i387_struct __user *buf, struct task_struct *child) in set_fpregs()
223 static int get_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in get_fpxregs()
239 static int set_fpxregs(struct user_fxsr_struct __user *buf, struct task_struct *child) in set_fpxregs()
252 long subarch_ptrace(struct task_struct *child, long request, in subarch_ptrace()