函数逻辑报告 | 
Source Code:mm\mremap.c | 
Create Date:2022-07-27 16:21:42 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:get_old_pmd
函数原型:static pmd_t *get_old_pmd(struct mm_struct *mm, unsigned long addr)
返回类型:pmd_t
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct mm_struct * | mm | |
| unsigned long | addr | 
| 41 | 如果pgd_none_or_clear_bad(pgd)则返回:NULL | 
| 44 | p4d等于p4d_offset(pgd, addr) | 
| 45 | 如果p4d_none_or_clear_bad(p4d)则返回:NULL | 
| 48 | pud等于pud_offset(p4d, addr) | 
| 49 | 如果pud_none_or_clear_bad(pud)则返回:NULL | 
| 52 | pmd等于pmd_offset(pud, addr) | 
| 56 | 返回:pmd | 
| 名称 | 描述 | 
|---|---|
| move_page_tables | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |