Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:frame_vector_pfns

Proto:static inline unsigned long *frame_vector_pfns(struct frame_vector *vec)

Type:unsigned long

Parameter:

TypeParameterName
struct frame_vector *vec
1561  If Not Does array contain pages or pfns? Then frame_vector_to_pfns(vec)
1563  Return Array of pinned pfns / pages. Use* pfns_vector_pages() or pfns_vector_pfns()* for access
Caller
NameDescribe
get_vaddr_framesget_vaddr_frames() - map virtual addresses to pfns*@start: starting user address*@nr_frames: number of pages / pfns from start to map*@gup_flags: flags modifying lookup behaviour*@vec: structure which receives pages / pfns of the addresses mapped.
frame_vector_to_pagesame_vector_to_pages - convert frame vector to contain page pointers*@vec: frame vector to convert* Convert @vec to contain array of page pointers. If the conversion is* successful, return 0. Otherwise return an error. Note that we do not grab