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:05
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:mmu_notifier_change_pte

Proto:static inline void mmu_notifier_change_pte(struct mm_struct *mm, unsigned long address, pte_t pte)

Type:void

Parameter:

TypeParameterName
struct mm_struct *mm
unsigned longaddress
pte_tpte
428  If mm_has_notifiers(mm) Then __mmu_notifier_change_pte(mm, address, pte)