函数逻辑报告 |
Source Code:mm\mmap.c |
Create Date:2022-07-27 16:17:40 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:find_extend_vma
函数原型:struct vm_area_struct *find_extend_vma(struct mm_struct *mm, unsigned long addr)
返回类型:struct vm_area_struct
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mm_struct * | mm | |
unsigned long | addr |
2534 | 如果非vma则返回:NULL |
2536 | 如果Our start address within vm_mm. 小于等于addr则返回:vma |
2538 | 如果非Flags, see mm.h. 按位与general info on the segment 的值则返回:NULL |
2544 | 如果expand_stack(vma, addr)则返回:NULL |
2546 | 如果Flags, see mm.h. 按位与VM_LOCKED则populate_vma_page_range() - populate a range of pages in the vma |
2548 | 返回:vma |
名称 | 描述 |
---|---|
fixup_user_fault | xup_user_fault() - manually resolve a user page fault*@tsk: the task_struct to use for page fault accounting, or* NULL if faults are not to be recorded |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |