suse man page for vm_map_ram

Query: vm_map_ram

OS: suse

Section: 9

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
mprotect(2) - opensolaris
move_pages(2) - linux
move_pages(2) - debian
mprotect(2) - osx
mprotect(2) - freebsd
Similar Topics in the Unix Linux Community
How to restrict user to a specific directory in solaris 10
Getting command output to putty window title.
Migrating to UNIX
The Future of the PM (Private Message) System at UNIX.com
32 bit process addressing more than 4GB