RETURN VALUES
The pmap_map function returns the virtual address of the beginning of the mapping, if the mapping was successfully made; *virt will also be updated with the first usable address after the mapped region. If the function is unsuccessful, NULL is returned.
SEE ALSO
pmap(9)
AUTHORS