Searched refs:NonProtectedVm (Results 1 – 6 of 6) sorted by relevance
27 NonProtectedVm, enumerator36 Self::NonProtectedVm => NON_PROTECTED_VM_PORT, in port()44 Self::NonProtectedVm => false, in is_protected()
70 check_processing_requests(VmType::NonProtectedVm, Some(MEMORY_MB))?; in process_requests_in_non_protected_vm()71 check_processing_requests(VmType::NonProtectedVm, None) in process_requests_in_non_protected_vm()174 assert_eq!(vm_type, VmType::NonProtectedVm); in check_attestation_request()309 VmType::NonProtectedVm => nonprotected_vm_instance(vm_memory_mb.unwrap_or(VM_MEMORY_MB)), in vm_instance()
73 Ok(VmType::NonProtectedVm) in vm_type()123 VmType::NonProtectedVm => Box::new(service_vm::fake_service_vm_dice_artifacts()?), in try_main()
104 let vm_type = if args.protected { VmType::ProtectedVm } else { VmType::NonProtectedVm }; in main()
134 let vm_type = if protected_vm { VmType::ProtectedVm } else { VmType::NonProtectedVm }; in run_rialto()
129 let vm_type = if protected_vm { VmType::ProtectedVm } else { VmType::NonProtectedVm }; in run_vm()