函数逻辑报告 | 
Source Code:mm\memory.c | 
Create Date:2022-07-27 16:06:27 | 
| Last Modify:2020-03-12 14:18:49 | Copyright©Brick | 
| 首页 | 函数Tree | 
| 注解内核,赢得工具 | 下载SCCT | English | 
函数名称:This function frees user-level page tables of a process.
函数原型:void free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling)
返回类型:void
参数:
| 类型 | 参数 | 名称 | 
|---|---|---|
| struct mmu_gather * | tlb | |
| unsigned long | addr | |
| unsigned long | end | |
| unsigned long | floor | |
| unsigned long | ceiling | 
| 365 | 如果ceiling则 | 
| 378 | tlb_change_page_size(tlb, PAGE_SIZE) | 
| 380 | 循环 | 
| 382 | 如果pgd_none_or_clear_bad(pgd)则继续下一循环 | 
| 名称 | 描述 | 
|---|---|
| free_pgtables | |
| shift_arg_pages | During bprm_mm_init(), we create a temporary stack at STACK_TOP_MAX. Once* the binfmt code determines where the new stack should reside, we shift it to* its final location. The process proceeds as follows:* 1) Use shift to calculate the new vma endpoints. | 
| 源代码转换工具 开放的插件接口  | X | 
|---|---|
| 支持:c/c++/esqlc/java Oracle/Informix/Mysql 插件可实现:逻辑报告 代码生成和批量转换代码  |