Function report |
Source Code:arch\x86\kernel\tls.c |
Create Date:2022-07-28 07:52:12 |
Last Modify:2022-05-18 16:59:10 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:do_get_thread_area
Proto:int do_get_thread_area(struct task_struct *p, int idx, struct user_desc __user *u_info)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
struct task_struct * | p | |
int | idx | |
struct user_desc __user * | u_info |
226 | If idx == -1 && Get a simple variable from user space(idx, & entry_number) Then Return -EFAULT |
238 | If copy_to_user(u_info, & info, size of info ) Then Return -EFAULT |
240 | Return 0 |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |