Functions
exit_handler_intel_x64_entry.cpp File Reference

Go to the source code of this file.

Functions

void exit_handler (exit_handler_intel_x64 *exit_handler) noexcept
 

Function Documentation

◆ exit_handler()

void exit_handler ( exit_handler_intel_x64 exit_handler)
noexcept

Exit Handler

This is the "C" portion of the exit handler. Once the entry point has finished its job, it hands control to this function, which trampolines to a C++ exit handler dispatch which will ultimately handle the VM exit

Precondition
expects: none
Postcondition
ensures: none

Definition at line 31 of file exit_handler_intel_x64_entry.cpp.