Function report |
Source Code:mm\kasan\init.c |
Create Date:2022-07-28 15:51:56 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:kasan_populate_early_shadow - populate shadow memory region with* kasan_early_shadow_page*@shadow_start - start of the memory range to populate*@shadow_end - end of the memory range to populate
Proto:int __ref kasan_populate_early_shadow(const void *shadow_start, const void *shadow_end)
Type:int
Parameter:
Type | Parameter | Name |
---|---|---|
const void * | shadow_start | |
const void * | shadow_end |
233 | addr = shadow_start |
234 | end = shadow_end |
238 | Do |
241 | If IS_ALIGNED(addr, PGDIR_SIZE) && end - addr >= PGDIR_SIZE Then |
267 | p4d = p4d_offset(pgd, addr) |
270 | pud = pud_offset(p4d, addr) |
273 | pmd = pmd_offset(pud, addr) |
276 | Continue |
282 | If slab_is_available() Then |
286 | Else |
291 | zero_p4d_populate(pgd, addr, next) |
294 | Return 0 |
Name | Describe |
---|---|
kasan_add_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 |