Function uacpi_kernel_unmap
void uacpi_kernel_unmap(void * addr, uacpi_size len)
Description
Unmap a virtual memory range at 'addr' with a length of 'len' bytes.
NOTE: 'addr' may be misaligned, see the comment above 'uacpi_kernel_map'. Similar steps to uacpi_kernel_map can be taken to retrieve the virtual address originally returned by the VMM for this mapping as well as its true length.