Updated: October 28, 2024 |
Release access to regions of the specified type
#include <qvm/gasp.h>
int gasp_unlock(struct guest_system *gsp, uint16_t type)
Use this function to release the guest address space after you finish a task that required you to lock that address space.
You must call gasp_lock() before using this function.
EOK for success; otherwise and error.