Function report |
Source Code:mm\mapping_dirty_helpers.c |
Create Date:2022-07-28 16:38:21 |
Last Modify:2020-03-12 14:18:49 | Copyright©Brick |
home page | Tree |
Annotation kernel can get tool activity | Download SCCT | Chinese |
Name:wp_clean_post_vma - The pagewalk post_vma callback.* The post_vma callback performs the tlb flush and calls necessary mmu* notifiers.
Proto:static void wp_clean_post_vma(struct mm_walk *walk)
Type:void
Parameter:
Type | Parameter | Name |
---|---|---|
struct mm_walk * | walk |
179 | If mm_tlb_flush_nested(mm) Then flush_tlb_range(vma, start, end) |
182 | Else if tlbflush_end > tlbflush_start Then flush_tlb_range(vma, tlbflush_start, tlbflush_end) |
187 | dec_tlb_flush_pending(mm) |
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 |