Searched refs:is_protected_vm_supported (Results 1 – 3 of 3) sorted by relevance
26 pub fn is_protected_vm_supported() -> Result<bool> { in is_protected_vm_supported() function33 is_vm_supported().and_then(|ok| if ok { Ok(true) } else { is_protected_vm_supported() }) in is_any_vm_supported()43 Ok(version()?.unwrap_or_default().starts_with("kvm") && is_protected_vm_supported()?) in is_pkvm()
34 use hypervisor_props::is_protected_vm_supported;138 if !is_protected_vm_supported().unwrap_or(false) { in check_remote_attestation_is_supported()
402 let protected_vm_supported = hypervisor_props::is_protected_vm_supported()?; in command_info()