Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:pte_clear_flags

Proto:static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear)

Type:pte_t

Parameter:

TypeParameterName
pte_tpte
pteval_tclear
308  v = native_pte_val(pte)
310  Return native_make_pte(v & ~clear)