gasp_map_handle_t
Data type for representing the handle of a guest-physical address mapping
Synopsis:
#include <qvm/gasp.h>
typedef struct {
uint64_t reserved[3];
} gasp_map_handle_t;Data:
- reserved
- A private field for storing the handle.
Description:
The gasp_map_handle_t data type represents the handle for a guest-physical address mapping. This handle is returned by one of the gasp_map_*() functions and can be used to obtain the corresponding virtual address with gasp_get_vaddr().
When the mapping is no longer needed, it can be deleted with gasp_unmap_handle().
Page updated:
