函数逻辑报告 |
Source Code:include\linux\pagemap.h |
Create Date:2022-07-27 06:45:58 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Fault everything in given userspace address range in.
函数原型:static inline int fault_in_pages_writeable(char __user *uaddr, int size)
返回类型:int
参数:
类型 | 参数 | 名称 |
---|---|---|
char __user * | uaddr | |
int | size |
557 | 如果此条件成立可能性小(为编译器优化)(size == 0)则返回:0 |
560 | 如果此条件成立可能性小(为编译器优化)(uaddr > end)则返回:负EFAULT |
566 | 循环 |
567 | 如果此条件成立可能性小(为编译器优化)(__put_user(0, uaddr) != 0)则返回:负EFAULT |
577 | 返回:0 |
名称 | 描述 |
---|---|
copy_page_to_iter_iovec | |
copy_fpstate_to_sigframe | Save the fpu, extended register state to the user signal frame.* 'buf_fx' is the 64-byte aligned pointer at which the [f|fx|x]save* state is copied.* 'buf' points to the 'buf_fx' or to the fsave header followed by 'buf_fx'. |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |