Searched refs:protected_vm_instance (Results 1 – 2 of 2) sorted by relevance
137 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
301 service_vm_manager::protected_vm_instance(PathBuf::from(INSTANCE_IMG_PATH)) in vm_instance()