1TASK_USER_REGSET_VIE(9) Machine State TASK_USER_REGSET_VIE(9)
2
3
4
6 task_user_regset_view - Return the process's native regset view.
7
9 const struct user_regset_view *
10 task_user_regset_view(struct task_struct * tsk);
11
13 tsk
14 a thread of the process in question
15
17 Return the struct user_regset_view that is native for the given
18 process. For example, what it would access when it called ptrace.
19 Throughout the life of the process, this only changes at exec.
20
21
22
23Kernel Hackers Manual 2.6. November 2011 TASK_USER_REGSET_VIE(9)