Lines Matching refs:task_struct

206 static u16 get_segment_reg(struct task_struct *task, unsigned long offset)  in get_segment_reg()
223 static int set_segment_reg(struct task_struct *task, in set_segment_reg()
271 static u16 get_segment_reg(struct task_struct *task, unsigned long offset) in get_segment_reg()
312 static int set_segment_reg(struct task_struct *task, in set_segment_reg()
381 static unsigned long get_flags(struct task_struct *task) in get_flags()
394 static int set_flags(struct task_struct *task, unsigned long value) in set_flags()
413 static int putreg(struct task_struct *child, in putreg()
456 static unsigned long getreg(struct task_struct *task, unsigned long offset) in getreg()
505 static int genregs_get(struct task_struct *target, in genregs_get()
530 static int genregs_set(struct task_struct *target, in genregs_set()
614 ptrace_register_breakpoint(struct task_struct *tsk, int len, int type, in ptrace_register_breakpoint()
647 static int ptrace_write_dr7(struct task_struct *tsk, unsigned long data) in ptrace_write_dr7()
698 static unsigned long ptrace_get_debugreg(struct task_struct *tsk, int n) in ptrace_get_debugreg()
716 static int ptrace_set_breakpoint_addr(struct task_struct *tsk, int nr, in ptrace_set_breakpoint_addr()
755 static int ptrace_set_debugreg(struct task_struct *tsk, int n, in ptrace_set_debugreg()
779 static int ioperm_active(struct task_struct *target, in ioperm_active()
785 static int ioperm_get(struct task_struct *target, in ioperm_get()
803 void ptrace_disable(struct task_struct *child) in ptrace_disable()
815 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
950 static int putreg32(struct task_struct *child, unsigned regno, u32 value) in putreg32()
1020 static int getreg32(struct task_struct *child, unsigned regno, u32 *val) in getreg32()
1071 static int genregs32_get(struct task_struct *target, in genregs32_get()
1098 static int genregs32_set(struct task_struct *target, in genregs32_set()
1127 static long x32_arch_ptrace(struct task_struct *child, in x32_arch_ptrace()
1214 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
1394 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
1407 static void fill_sigtrap_info(struct task_struct *tsk, in fill_sigtrap_info()
1421 void user_single_step_siginfo(struct task_struct *tsk, in user_single_step_siginfo()
1428 void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs, in send_sigtrap()