mshv_vtl_this_run
WRITE_ONCE(mshv_vtl_this_run()->cancel, 1);
u32 offset = READ_ONCE(mshv_vtl_this_run()->vtl_ret_action_size);
WRITE_ONCE(mshv_vtl_this_run()->vtl_ret_action_size, 0);
mshv_vtl_this_run()->vtl_ret_actions,
memcpy(mshv_vtl_this_run()->exit_message, msg, sizeof(*msg));
if (READ_ONCE(mshv_vtl_this_run()->cancel)) {
mshv_vtl_return(&mshv_vtl_this_run()->cpu_context);
memcpy(mshv_vtl_this_run()->exit_message, hvp->intercept_message,