other versions
VM_UNMAP_RAM(9) | Memory Management in Linux | VM_UNMAP_RAM(9) |
NAME¶
vm_unmap_ram - unmap linear kernel address space set up by vm_map_ram
SYNOPSIS¶
void vm_unmap_ram(const void * mem, unsigned int count);
ARGUMENTS¶
const void * mem
the pointer returned by vm_map_ram
unsigned int count
the count passed to that vm_map_ram call (cannot unmap
partial)
COPYRIGHT¶
July 2017 | Kernel Hackers Manual 4.11 |