Go to the source code of this file.
Functions | |
void | exit_handler (exit_handler_intel_x64 *exit_handler) noexcept |
|
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
Definition at line 31 of file exit_handler_intel_x64_entry.cpp.