Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:mm\memory.c Create Date:2022-07-28 14:41:10
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:vm_mixed_ok

Proto:static bool vm_mixed_ok(struct vm_area_struct *vma, pfn_t pfn)

Type:bool

Parameter:

TypeParameterName
struct vm_area_struct *vma
pfn_tpfn
1728  If Flags, see mm.h. & Can contain "struct page" and pure PFN pages Then Return true
1730  If pfn_t_devmap(pfn) Then Return true
1732  If pfn_t_special(pfn) Then Return true
1734  If is_zero_pfn(pfn_t_to_pfn(pfn)) Then Return true
1736  Return false
Caller
NameDescribe
__vm_insert_mixed