Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:include\linux\hmm.h Create Date:2022-07-28 16:36:26
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:hmm_device_entry_from_pfn() - create a valid device entry value from pfn*@range: range use to encode HMM pfn value*@pfn: pfn value for which to create the device entry* Return: valid device entry for the pfn

Proto:static inline uint64_t hmm_device_entry_from_pfn(const struct hmm_range *range, unsigned long pfn)

Type:uint64_t

Parameter:

TypeParameterName
const struct hmm_range *range
unsigned longpfn
216  Return pfn << pfn_shift | flags[ pfn is valid. It has, at least, read permission.]
Caller
NameDescribe
hmm_vma_handle_pmd
hmm_vma_handle_pte
hmm_vma_walk_hugetlb_entry