Query: remap_pfn_range
OS: suse
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
REMAP_PFN_RANGE(9) Memory Management in Linux REMAP_PFN_RANGE(9)NAMEremap_pfn_range - remap kernel memory to userspaceSYNOPSISint remap_pfn_range(struct vm_area_struct * vma, unsigned long addr, unsigned long pfn, unsigned long size, pgprot_t prot);ARGUMENTSvma user vma to map to addr target user address to start at pfn physical address of kernel memory size size of map area prot page protection flags for this mappingNOTEthis is only safe if the mm semaphore is held when called.COPYRIGHTKernel Hackers Manual 2.6. July 2010 REMAP_PFN_RANGE(9)
Related Man Pages |
---|
remap_file_pages(2) - centos |
get_user_pages(9) - suse |
mprotect(2) - sunos |
contigmalloc(9) - opensolaris |
contigmalloc(9) - osx |
Similar Topics in the Unix Linux Community |
---|
How to drive a LCD on ARM based linux System |