gasp_get_vaddr()

Get the virtual address for a guest-physical address mapping

Synopsis:

#include <qvm/gasp.h>
void* gasp_get_vaddr(gasp_map_handle_t const *h)

Arguments:

h
A pointer to a gasp_map_handle_t object returned by one of the gasp_map_*() functions.

Description:

Use this function to retrieve the virtual address for an existing mapping of a guest-physical address range that is represented by the handle in h.

Returns:

The virtual address in the qvm process address space for the specified mapping.
Page updated: