Home
last modified time | relevance | path

Searched refs:protected_vm_instance (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Virtualization/service_vm/manager/src/
Dlib.rs137 let vm = protected_vm_instance(instance_img_path)?; in start()
213 pub fn protected_vm_instance(instance_img_path: PathBuf) -> Result<VmInstance> { in protected_vm_instance() function
/packages/modules/Virtualization/rialto/tests/
Dtest.rs301 service_vm_manager::protected_vm_instance(PathBuf::from(INSTANCE_IMG_PATH)) in vm_instance()