Lines Matching refs:task_struct
41 void update_cr_regs(struct task_struct *task) in update_cr_regs()
101 void user_enable_single_step(struct task_struct *task) in user_enable_single_step()
107 void user_disable_single_step(struct task_struct *task) in user_disable_single_step()
113 void user_enable_block_step(struct task_struct *task) in user_enable_block_step()
124 void ptrace_disable(struct task_struct *task) in ptrace_disable()
135 static inline unsigned long __peek_user_per(struct task_struct *child, in __peek_user_per()
185 static unsigned long __peek_user(struct task_struct *child, addr_t addr) in __peek_user()
263 peek_user(struct task_struct *child, addr_t addr, addr_t data) in peek_user()
282 static inline void __poke_user_per(struct task_struct *child, in __poke_user_per()
317 static int __poke_user(struct task_struct *child, addr_t addr, addr_t data) in __poke_user()
405 static int poke_user(struct task_struct *child, addr_t addr, addr_t data) in poke_user()
423 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
522 static inline __u32 __peek_user_per_compat(struct task_struct *child, in __peek_user_per_compat()
564 static u32 __peek_user_compat(struct task_struct *child, addr_t addr) in __peek_user_compat()
640 static int peek_user_compat(struct task_struct *child, in peek_user_compat()
655 static inline void __poke_user_per_compat(struct task_struct *child, in __poke_user_per_compat()
675 static int __poke_user_compat(struct task_struct *child, in __poke_user_compat()
763 static int poke_user_compat(struct task_struct *child, in poke_user_compat()
773 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
876 static int s390_regs_get(struct task_struct *target, in s390_regs_get()
903 static int s390_regs_set(struct task_struct *target, in s390_regs_set()
939 static int s390_fpregs_get(struct task_struct *target, in s390_fpregs_get()
955 static int s390_fpregs_set(struct task_struct *target, in s390_fpregs_set()
992 static int s390_last_break_get(struct task_struct *target, in s390_last_break_get()
1010 static int s390_last_break_set(struct task_struct *target, in s390_last_break_set()
1018 static int s390_tdb_get(struct task_struct *target, in s390_tdb_get()
1032 static int s390_tdb_set(struct task_struct *target, in s390_tdb_set()
1040 static int s390_vxrs_low_get(struct task_struct *target, in s390_vxrs_low_get()
1057 static int s390_vxrs_low_set(struct task_struct *target, in s390_vxrs_low_set()
1078 static int s390_vxrs_high_get(struct task_struct *target, in s390_vxrs_high_get()
1094 static int s390_vxrs_high_set(struct task_struct *target, in s390_vxrs_high_set()
1111 static int s390_system_call_get(struct task_struct *target, in s390_system_call_get()
1121 static int s390_system_call_set(struct task_struct *target, in s390_system_call_set()
1198 static int s390_compat_regs_get(struct task_struct *target, in s390_compat_regs_get()
1225 static int s390_compat_regs_set(struct task_struct *target, in s390_compat_regs_set()
1261 static int s390_compat_regs_high_get(struct task_struct *target, in s390_compat_regs_high_get()
1289 static int s390_compat_regs_high_set(struct task_struct *target, in s390_compat_regs_high_set()
1322 static int s390_compat_last_break_get(struct task_struct *target, in s390_compat_last_break_get()
1343 static int s390_compat_last_break_set(struct task_struct *target, in s390_compat_last_break_set()
1426 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()