//! Handles VM exits for Intel Virtualization Technology (VT-x),
//! focusing on memory management and guest-host interactions.
use crate::;
/// Handles the INVEPT VM exit.
///
/// Invalidates all EPT contexts and advances the VM's instruction pointer.
///
/// # Returns
/// * `ExitType::IncrementRIP` - To move past the `INVEPT` instruction in the VM.