other versions
- stretch 4.9.168-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¶
April 2019 | Kernel Hackers Manual 4.9. |