1FOLLOW_PFN(9) Memory Management in Linux FOLLOW_PFN(9)
23
4
NAME
6follow_pfn - look up PFN at a user virtual address
7
SYNOPSIS
9int follow_pfn(struct vm_area_struct * vma, unsigned long address,
10unsigned long * pfn);
11
ARGUMENTS
13vma
14memory mapping
1516
address
17user virtual address
1819
pfn
20location to store found PFN
21
DESCRIPTION
23Only IO mappings and raw PFN mappings are allowed.
2425
Returns zero and the pfn at pfn on success, -ve otherwise.
26
COPYRIGHT
28Kernel Hackers Manual 2.6. June 2019 FOLLOW_PFN(9)