pub const VCPU_EXCEPTION_STACK_STRIDE: u64 = _; // 65_536u64Expand description
Bytes reserved for each vCPU’s ring-0 exception/interrupt stack. The stack
top for lane n is below the legacy Hyperlight exception-stack top by
n * VCPU_EXCEPTION_STACK_STRIDE.