Function report |
Source Code:mm\kasan\init.c |
Create Date:2022-07-28 15:51:44 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:zero_pmd_populate
Proto:static int __ref zero_pmd_populate(pud_t *pud, unsigned long addr, unsigned long end)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
pud_t * | pud | |
unsigned long | addr | |
unsigned long | end |
116 | pmd = pmd_offset(pud, addr) |
119 | Do |
120 | next = pmd_addr_end(addr, end) |
125 | Continue |
133 | Else p = early_alloc(PAGE_SIZE, NUMA_NO_NODE) |
140 | zero_pte_populate(pmd, addr, next) |
143 | Return 0 |
Name | Describe |
---|---|
zero_pud_populate |
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 |