Function report |
Source Code:mm\kasan\init.c |
Create Date:2022-07-28 15:52:08 |
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_p4d_table
Proto:static void kasan_remove_p4d_table(p4d_t *p4d, unsigned long addr, unsigned long end)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
p4d_t * | p4d | |
unsigned long | addr | |
unsigned long | end |
435 | next = p4d_addr_end(addr, end) |
437 | If Not p4d_present( * p4d) Then Continue |
440 | If kasan_pud_table( * p4d) Then |
441 | If IS_ALIGNED(addr, P4D_SIZE) && IS_ALIGNED(next, P4D_SIZE) Then p4d_clear(p4d) |
444 | Continue |
446 | pud = pud_offset(p4d, addr) |
447 | kasan_remove_pud_table(pud, addr, next) |
448 | kasan_free_pud(pud_offset(p4d, 0), p4d) |
Name | Describe |
---|---|
kasan_remove_zero_shadow |
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 |