Lines Matching refs:task_struct

41 void update_cr_regs(struct task_struct *task)  in update_cr_regs()
113 void user_enable_single_step(struct task_struct *task) in user_enable_single_step()
119 void user_disable_single_step(struct task_struct *task) in user_disable_single_step()
125 void user_enable_block_step(struct task_struct *task) in user_enable_block_step()
136 void ptrace_disable(struct task_struct *task) in ptrace_disable()
147 static inline unsigned long __peek_user_per(struct task_struct *child, in __peek_user_per()
197 static unsigned long __peek_user(struct task_struct *child, addr_t addr) in __peek_user()
275 peek_user(struct task_struct *child, addr_t addr, addr_t data) in peek_user()
294 static inline void __poke_user_per(struct task_struct *child, in __poke_user_per()
329 static int __poke_user(struct task_struct *child, addr_t addr, addr_t data) in __poke_user()
417 static int poke_user(struct task_struct *child, addr_t addr, addr_t data) in poke_user()
435 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
534 static inline __u32 __peek_user_per_compat(struct task_struct *child, in __peek_user_per_compat()
576 static u32 __peek_user_compat(struct task_struct *child, addr_t addr) in __peek_user_compat()
652 static int peek_user_compat(struct task_struct *child, in peek_user_compat()
667 static inline void __poke_user_per_compat(struct task_struct *child, in __poke_user_per_compat()
687 static int __poke_user_compat(struct task_struct *child, in __poke_user_compat()
775 static int poke_user_compat(struct task_struct *child, in poke_user_compat()
785 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
888 static int s390_regs_get(struct task_struct *target, in s390_regs_get()
915 static int s390_regs_set(struct task_struct *target, in s390_regs_set()
951 static int s390_fpregs_get(struct task_struct *target, in s390_fpregs_get()
969 static int s390_fpregs_set(struct task_struct *target, in s390_fpregs_set()
1014 static int s390_last_break_get(struct task_struct *target, in s390_last_break_get()
1032 static int s390_last_break_set(struct task_struct *target, in s390_last_break_set()
1040 static int s390_tdb_get(struct task_struct *target, in s390_tdb_get()
1054 static int s390_tdb_set(struct task_struct *target, in s390_tdb_set()
1062 static int s390_vxrs_low_get(struct task_struct *target, in s390_vxrs_low_get()
1082 static int s390_vxrs_low_set(struct task_struct *target, in s390_vxrs_low_set()
1110 static int s390_vxrs_high_get(struct task_struct *target, in s390_vxrs_high_get()
1129 static int s390_vxrs_high_set(struct task_struct *target, in s390_vxrs_high_set()
1153 static int s390_system_call_get(struct task_struct *target, in s390_system_call_get()
1163 static int s390_system_call_set(struct task_struct *target, in s390_system_call_set()
1240 static int s390_compat_regs_get(struct task_struct *target, in s390_compat_regs_get()
1267 static int s390_compat_regs_set(struct task_struct *target, in s390_compat_regs_set()
1303 static int s390_compat_regs_high_get(struct task_struct *target, in s390_compat_regs_high_get()
1331 static int s390_compat_regs_high_set(struct task_struct *target, in s390_compat_regs_high_set()
1364 static int s390_compat_last_break_get(struct task_struct *target, in s390_compat_last_break_get()
1385 static int s390_compat_last_break_set(struct task_struct *target, in s390_compat_last_break_set()
1468 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()