Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\mmu_notifier.h Create Date:2022-07-28 05:59:07
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:mmu_notifier_invalidate_range

Proto:static inline void mmu_notifier_invalidate_range(struct mm_struct *mm, unsigned long start, unsigned long end)

Type:void

Parameter:

TypeParameterName
struct mm_struct *mm
unsigned longstart
unsigned longend
479  If mm_has_notifiers(mm) Then __mmu_notifier_invalidate_range(mm, start, end)
Caller
NameDescribe
try_to_unmap_one@arg: enum ttu_flags will be passed to this argument
hugetlb_cowHugetlb_cow() should be called with page lock of the original hugepage held.* Called with hugetlb_instantiation_mutex held and pte_page locked so we* cannot race with other handlers or page migration.
do_huge_pmd_numa_pageNUMA hinting page fault entry point for trans huge pmds