函数逻辑报告 |
Source Code:mm\mmap.c |
Create Date:2022-07-27 16:14:51 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
首页 | 函数Tree |
注解内核,赢得工具 | 下载SCCT | English |
函数名称:vm_pgprot_modify
函数原型:static pgprot_t vm_pgprot_modify(pgprot_t oldprot, unsigned long vm_flags)
返回类型:pgprot_t
参数:
类型 | 参数 | 名称 |
---|---|---|
pgprot_t | oldprot | |
unsigned long | vm_flags |
118 | 返回:pgprot_modify(oldprot, vm_get_page_prot(vm_flags)) |
名称 | 描述 |
---|---|
vma_set_page_prot | Update vma->vm_page_prot to reflect vma->vm_flags. |
vma_wants_writenotify | Some shared mappings will want the pages marked read-only* to track write events. If so, we'll downgrade vm_page_prot* to the private version (using protection_map[] without the* VM_SHARED bit). |
源代码转换工具 开放的插件接口 | X |
---|---|
支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码 |