_kern_unmap_memory
extern status_t _kern_unmap_memory(void *address, size_t size);
RETURN_AND_SET_ERRNO(_kern_unmap_memory(address, length));