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:pte_special

Proto:static inline int pte_special(pte_t pte)

Type:int

Parameter:

TypeParameterName
pte_tpte
204  Return pte_flags(pte) & _PAGE_SPECIAL
Caller
NameDescribe
vm_normal_pagevm_normal_page -- This function gets the "struct page" associated with a pte.* "Special" mappings do not wish to be associated with a "struct page" (either* it doesn't exist, or it exists but they don't want to touch it). In this
hmm_vma_handle_pte