other versions
- wheezy 3.2.78-1
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_ramSYNOPSIS¶
void
vm_unmap_ram(const void * mem,
unsigned int count);
ARGUMENTS¶
memthe pointer returned by vm_map_ram
count
the count passed to that vm_map_ram call
(cannot unmap partial)
COPYRIGHT¶
March 2016 | Kernel Hackers Manual 3.2. |