Home
last modified time | relevance | path

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

/external/crosvm/src/
Dlinux.rs100 ConfigureVcpu(<Arch as LinuxArch>::Error), enumerator
220 ConfigureVcpu(e) => write!(f, "failed to configure vcpu: {}", e), in fmt()
1868 .map_err(Error::ConfigureVcpu)?; in runnable_vcpu()