vm_map_ram(9) centos man page | unix.com

Man Page: vm_map_ram

Operating Environment: centos

Section: 9

VM_MAP_RAM(9)						    Memory Management in Linux						     VM_MAP_RAM(9)

NAME
vm_map_ram - map pages linearly into kernel virtual address (vmalloc space)
SYNOPSIS
void * vm_map_ram(struct page ** pages, unsigned int count, int node, pgprot_t prot);
ARGUMENTS
pages an array of pointers to the pages to be mapped count number of pages node prefer to allocate data structures on this node prot memory protection to use. PAGE_KERNEL for regular RAM
RETURNS
a pointer to the address that has been mapped, or NULL on failure
COPYRIGHT
Kernel Hackers Manual 3.10 June 2014 VM_MAP_RAM(9)
Related Man Pages
remap_file_pages(2) - linux
mprotect(2) - mojave
__get_user_pages(9) - centos
remap_file_pages(2) - suse
mvalid(2) - osf1
Similar Topics in the Unix Linux Community
Weird 'find' results
How to increment version inside a file?
Unsure why access time on a directory change isn't changing
Controlling user input
Please Welcome Dave Munro to the Moderator Team!