Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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 activityDownload SCCTChinese

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:

TypeParameterName
struct mm_walk *walk
177  wpwalk = private
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)
186  mmu_notifier_invalidate_range_end( & range)
187  dec_tlb_flush_pending(mm)