Function report |
Source Code:mm\memory.c |
Create Date:2022-07-28 14:39:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:This function frees user-level page tables of a process.
Proto:void free_pgd_range(struct mmu_gather *tlb, unsigned long addr, unsigned long end, unsigned long floor, unsigned long ceiling)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct mmu_gather * | tlb | |
unsigned long | addr | |
unsigned long | end | |
unsigned long | floor | |
unsigned long | ceiling |
365 | If ceiling Then |
378 | tlb_change_page_size(tlb, PAGE_SIZE) |
380 | Do |
382 | If pgd_none_or_clear_bad(pgd) Then Continue |
Name | Describe |
---|---|
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. |
Source code conversion tool public plug-in interface | X |
---|---|
Support c/c++/esqlc/java Oracle/Informix/Mysql Plug-in can realize: logical Report Code generation and batch code conversion |