Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:pmd_none_or_clear_bad

Proto:static inline int pmd_none_or_clear_bad(pmd_t *pmd)

Type:int

Parameter:

TypeParameterName
pmd_t *pmd
611  If pmd_none( * pmd) Then Return 1
613  If Value for the false possibility is greater at compile time(pmd_bad( * pmd)) Then
614  pmd_clear_bad(pmd)
615  Return 1
617  Return 0
Caller
NameDescribe
mark_screen_rdonly
free_pmd_range
copy_pmd_range
apply_to_pmd_range
vunmap_pmd_range