函数逻辑报告 |
Source Code:arch\x86\kernel\tls.c |
Create Date:2022-07-27 08:52:23 |
Last Modify:2022-05-18 16:59:10 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:do_get_thread_area
函数原型:int do_get_thread_area(struct task_struct *p, int idx, struct user_desc __user *u_info)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
struct task_struct * | p | |
int | idx | |
struct user_desc __user * | u_info |
226 | 如果idx恒等于负1且Careful: we have to cast the result to the type of the pointer* for sign reasons(idx, & entry_number)则返回:负EFAULT |
238 | 如果copy_to_user(u_info, & info, info的长度)则返回:负EFAULT |
240 | 返回:0 |
名称 | 描述 |
---|---|
arch_ptrace |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |