Query: vm_map_ram
OS: centos
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)NAMEvm_map_ram - map pages linearly into kernel virtual address (vmalloc space)SYNOPSISvoid * vm_map_ram(struct page ** pages, unsigned int count, int node, pgprot_t prot);ARGUMENTSpages 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 RAMRETURNSa pointer to the address that has been mapped, or NULL on failureCOPYRIGHTKernel Hackers Manual 3.10 June 2014 VM_MAP_RAM(9)
| Related Man Pages |
|---|
| remap_file_pages(2) - linux |
| numa(7) - centos |
| remap_file_pages(2) - centos |
| mvalid(2) - osf1 |
| mprotect(2) - osx |
| Similar Topics in the Unix Linux Community |
|---|
| Best performance UNIX just for HOST Virtualization? |
| CentOS7 restoring file capabilities |
| Docker learning Phase-I |
| Shopt -s histappend |
| Unsure why access time on a directory change isn't changing |