函数逻辑报告 |
Source Code:include\linux\uaccess.h |
Create Date:2022-07-27 06:58:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:__copy_from_user
函数原型:static __always_inline __must_check unsigned long __copy_from_user(void *to, const void __user *from, unsigned long n)
返回类型:unsigned long
参数:
类型 | 参数 | 名称 |
---|---|---|
void * | to | |
const void __user * | from | |
unsigned long | n |
69 | might_fault() |
70 | kasan_check_write(to, n) |
71 | check_object_size(to, n, false) |
72 | 返回:raw_copy_from_user(to, from, n) |
名称 | 描述 |
---|---|
copy_user_test | |
csum_partial_copy_from_user | 复制FS同时校验 |
sys_sigreturn | |
sys_rt_sigreturn | |
check_for_xstate | Check for the presence of extended state information in the* user fpstate pointer in the sigcontext. |
__fpu__restore_sig | |
copy_user_to_xstate | Convert from a ptrace or sigreturn standard-format user-space buffer to* kernel XSAVES format and copy to the target thread. This is called from* xstateregs_set(), as well as potentially from the sigreturn() and* rt_sigreturn() system calls. |
regset_tls_set | |
user_regset_copyin |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |