函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:arch\x86\include\asm\pgtable.h Create Date:2022-07-27 06:58:45
Last Modify:2020-03-12 14:18:49 Copyright©Brick
首页 函数Tree
注解内核,赢得工具下载SCCTEnglish

函数名称:pte_clear_flags

函数原型:static inline pte_t pte_clear_flags(pte_t pte, pteval_t clear)

返回类型:pte_t

参数:

类型参数名称
pte_tpte
pteval_tclear
308  v等于native_pte_val(pte)
310  返回:native_make_pte(v & ~clear)
调用者
名称描述
pte_mkclean
pte_mkold
pte_wrprotect
pte_mkexec
pte_clrhuge
pte_clrglobal