Home
last modified time | relevance | path

Searched refs:NonProtectedVm (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Virtualization/libs/libservice_vm_comm/src/
Dvsock.rs27 NonProtectedVm, enumerator
36 Self::NonProtectedVm => NON_PROTECTED_VM_PORT, in port()
44 Self::NonProtectedVm => false, in is_protected()
/packages/modules/Virtualization/guest/rialto/tests/
Dtest.rs70 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()
/packages/modules/Virtualization/guest/rialto/src/
Dmain.rs73 Ok(VmType::NonProtectedVm) in vm_type()
123 VmType::NonProtectedVm => Box::new(service_vm::fake_service_vm_dice_artifacts()?), in try_main()
/packages/modules/Virtualization/tests/early_vm_test/src/
Dmain.rs104 let vm_type = if args.protected { VmType::ProtectedVm } else { VmType::NonProtectedVm }; in main()
/packages/modules/Virtualization/tests/vts/src/
Dvts_libavf_test.rs134 let vm_type = if protected_vm { VmType::ProtectedVm } else { VmType::NonProtectedVm }; in run_rialto()
/packages/modules/Virtualization/tests/old_images_avf_test/src/
Dmain.rs129 let vm_type = if protected_vm { VmType::ProtectedVm } else { VmType::NonProtectedVm }; in run_vm()