函数逻辑报告

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

函数名称:The following only work if pte_present() is true.* Undefined behaviour if not..

函数原型:static inline int pte_dirty(pte_t pte)

返回类型:int

参数:

类型参数名称
pte_tpte
125  返回:pte_flags(pte)按位与_PAGE_DIRTY
调用者
名称描述
can_follow_write_pteFOLL_FORCE can write to even unwritable pte's, but only* after we've gone through a COW cycle and they are dirty.
follow_page_pte
zap_pte_range
change_pte_range
page_mkclean_one
try_to_unmap_one@arg: enum ttu_flags will be passed to this argument
madvise_free_pte_range
write_protect_page
clean_record_ptelean_record_pte - Clean a pte and record its address space offset in a* bitmap*@pte: Pointer to the pte*@addr: The virtual page address*@walk: pagetable walk callback argument* The function cleans a pte and records the range in
dax_entry_mkcleanWalk all mappings of a given index of a file and writeprotect them
huge_pte_dirty