函数逻辑报告 |
Source Code:mm\mmap.c |
Create Date:2022-07-27 16:18:52 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:Called with mm->mmap_sem held for writing.* Insert a new vma covering the given region, with the given flags.* Its pages are supplied by the given array of struct page *.* The array can be shorter than len >> PAGE_SHIFT if it's null-terminated.
函数原型:struct vm_area_struct *_install_special_mapping(struct mm_struct *mm, unsigned long addr, unsigned long len, unsigned long vm_flags, const struct vm_special_mapping *spec)
返回类型:struct vm_area_struct
参数:
类型 | 参数 | 名称 |
---|---|---|
struct mm_struct * | mm | |
unsigned long | addr | |
unsigned long | len | |
unsigned long | vm_flags | |
const struct vm_special_mapping * | spec |
3431 | 返回:__install_special_mapping(mm, addr, len, vm_flags, (void * )spec, & special_mapping_vmops) |
名称 | 描述 |
---|---|
xol_add_vma | Slot allocation for XOL |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |