Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:pmd_dirty

Proto:static inline int pmd_dirty(pmd_t pmd)

Type:int

Parameter:

TypeParameterName
pmd_tpmd
164  Return pmd_flags(pmd) & _PAGE_DIRTY
Caller
NameDescribe
can_follow_write_pmdFOLL_FORCE can write to even unwritable pmd's, but only* after we've gone through a COW cycle and they are dirty.
madvise_free_huge_pmdReturn true if we do MADV_FREE successfully on entire pmd page.* Otherwise, return false.
__split_huge_pmd_locked
wp_clean_pmd_entrywp_clean_pmd_entry - The pagewalk pmd callback.