vm_map_ram(9) suse man page | unix.com

Man Page: vm_map_ram

Operating Environment: suse

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 2.6. July 2010 VM_MAP_RAM(9)
Related Man Pages
move_pages(2) - debian
remap_file_pages(2) - debian
get_user_pages(9) - suse
remap_file_pages(2) - suse
mprotect(2) - sunos
Similar Topics in the Unix Linux Community
Is UNIX an open source OS ?
Getting command output to putty window title.
Update kernel Linux without reboot?!
SOCKS proxy & PAM configuration exposure
The Future of the PM (Private Message) System at UNIX.com