Release virtual mapping obtained by vmap
void vunmap(const void * addr);
addr
memory base address
Free the virtually contiguous memory area starting at addr, which was created from the page array passed to vmap.
Must not be called in interrupt context.