⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

setup_vmcs

Function setup_vmcs 

Source
pub fn setup_vmcs(
    vmcs: &Vmcs,
    guest_entry: u64,
    guest_stack: u64,
) -> Result<(), VmError>