//! Manages VM exits related to Virtual Processor Identifier (VPID) operations in Intel VT-x technology.
use crate::;
/// Handles the INVVPID VM exit.
///
/// Invalidates all VPID contexts and increments the VM's instruction pointer.
///
/// # Returns
///
/// * `ExitType::IncrementRIP` - Advances past the `INVVPID` instruction in the VM.