Function report |
Source Code:mm\kasan\init.c |
Create Date:2022-07-28 15:52:06 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kasan_remove_pud_table
Proto:static void kasan_remove_pud_table(pud_t *pud, unsigned long addr, unsigned long end)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
pud_t * | pud | |
unsigned long | addr | |
unsigned long | end |
409 | next = pud_addr_end(addr, end) |
411 | If Not pud_present( * pud) Then Continue |
414 | If kasan_pmd_table( * pud) Then |
415 | If IS_ALIGNED(addr, PUD_SIZE) && IS_ALIGNED(next, PUD_SIZE) Then pud_clear(pud) |
418 | Continue |
420 | pmd = pmd_offset(pud, addr) |
421 | pmd_base = pmd_offset(pud, 0) |
422 | kasan_remove_pmd_table(pmd, addr, next) |
423 | kasan_free_pmd(pmd_base, pud) |
Name | Describe |
---|---|
kasan_remove_p4d_table |
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 |