Name
vunmap —
release virtual mapping obtained by vmap
Synopsis
void vunmap ( | void * | addr); |
Description
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.
Description
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.