remap_vmalloc_range(9) centos man page | unix.com

Man Page: remap_vmalloc_range

Operating Environment: centos

Section: 9

REMAP_VMALLOC_RANGE(9)					    Memory Management in Linux					    REMAP_VMALLOC_RANGE(9)

NAME
remap_vmalloc_range - map vmalloc pages to userspace
SYNOPSIS
int remap_vmalloc_range(struct vm_area_struct * vma, void * addr, unsigned long pgoff);
ARGUMENTS
vma vma to cover (map full range of vma) addr vmalloc memory pgoff number of pages into addr before first page to map
RETURNS
0 for success, -Exxx on failure This function checks that addr is a valid vmalloc'ed area, and that it is big enough to cover the vma. Will return failure if that criteria isn't met. Similar to remap_pfn_range (see mm/memory.c)
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 REMAP_VMALLOC_RANGE(9)
Related Man Pages
remap_file_pages(2) - linux
remap_file_pages(2) - mojave
remap_file_pages(2) - x11r4
remap_file_pages(2) - php
remap_file_pages(2) - v7
Similar Topics in the Unix Linux Community
Weird 'find' results
Set hard block limit for user using quota
DB2 convert digits to binary format
CentOS7 restoring file capabilities
Unsure why access time on a directory change isn't changing