table of contents
other versions
- stretch 4.9.168-1
FOLLOW_PFN(9) | Memory Management in Linux | FOLLOW_PFN(9) |
NAME¶
follow_pfn - look up PFN at a user virtual addressSYNOPSIS¶
int follow_pfn(struct vm_area_struct * vma, unsigned long address, unsigned long * pfn);
ARGUMENTS¶
vmamemory mapping
address
user virtual address
pfn
location to store found PFN
DESCRIPTION¶
Only IO mappings and raw PFN mappings are allowed.Returns zero and the pfn at pfn on success, -ve otherwise.
COPYRIGHT¶
April 2019 | Kernel Hackers Manual 4.9. |