Lines Matching refs:task_struct

204 static u16 get_segment_reg(struct task_struct *task, unsigned long offset)  in get_segment_reg()
221 static int set_segment_reg(struct task_struct *task, in set_segment_reg()
269 static u16 get_segment_reg(struct task_struct *task, unsigned long offset) in get_segment_reg()
310 static int set_segment_reg(struct task_struct *task, in set_segment_reg()
379 static unsigned long get_flags(struct task_struct *task) in get_flags()
392 static int set_flags(struct task_struct *task, unsigned long value) in set_flags()
411 static int putreg(struct task_struct *child, in putreg()
454 static unsigned long getreg(struct task_struct *task, unsigned long offset) in getreg()
503 static int genregs_get(struct task_struct *target, in genregs_get()
528 static int genregs_set(struct task_struct *target, in genregs_set()
612 ptrace_register_breakpoint(struct task_struct *tsk, int len, int type, in ptrace_register_breakpoint()
645 static int ptrace_write_dr7(struct task_struct *tsk, unsigned long data) in ptrace_write_dr7()
696 static unsigned long ptrace_get_debugreg(struct task_struct *tsk, int n) in ptrace_get_debugreg()
714 static int ptrace_set_breakpoint_addr(struct task_struct *tsk, int nr, in ptrace_set_breakpoint_addr()
753 static int ptrace_set_debugreg(struct task_struct *tsk, int n, in ptrace_set_debugreg()
777 static int ioperm_active(struct task_struct *target, in ioperm_active()
783 static int ioperm_get(struct task_struct *target, in ioperm_get()
801 void ptrace_disable(struct task_struct *child) in ptrace_disable()
813 long arch_ptrace(struct task_struct *child, long request, in arch_ptrace()
948 static int putreg32(struct task_struct *child, unsigned regno, u32 value) in putreg32()
1018 static int getreg32(struct task_struct *child, unsigned regno, u32 *val) in getreg32()
1069 static int genregs32_get(struct task_struct *target, in genregs32_get()
1096 static int genregs32_set(struct task_struct *target, in genregs32_set()
1124 static long ia32_arch_ptrace(struct task_struct *child, compat_long_t request, in ia32_arch_ptrace()
1192 static long x32_arch_ptrace(struct task_struct *child, in x32_arch_ptrace()
1280 long compat_arch_ptrace(struct task_struct *child, compat_long_t request, in compat_arch_ptrace()
1402 const struct user_regset_view *task_user_regset_view(struct task_struct *task) in task_user_regset_view()
1415 static void fill_sigtrap_info(struct task_struct *tsk, in fill_sigtrap_info()
1429 void user_single_step_siginfo(struct task_struct *tsk, in user_single_step_siginfo()
1436 void send_sigtrap(struct task_struct *tsk, struct pt_regs *regs, in send_sigtrap()