Functions
exit_handler_intel_x64_support.h File Reference

Go to the source code of this file.

Functions

void exit_handler_entry (void)
 

Function Documentation

◆ exit_handler_entry()

void exit_handler_entry ( void  )

Exit Handler Entry

This is the starting point of the VMM. It is written in pure assembly in order to ensure the state of the guest is handled properly. This code saves / restores the guest's CPU state, and then hands control off to the "C" portion of the code to continue execution, and begin the process of handling the VM exit.

Precondition
expects: none
Postcondition
ensures: none