Home
last modified time | relevance | path

Searched defs:get_hyperv_cpuid (Results 1 – 5 of 5) sorted by relevance

/external/crosvm/protos/src/
Dplugin.proto377 CpuidRequest get_hyperv_cpuid = 9; field
472 CpuidResponse get_hyperv_cpuid = 9; field
/external/crosvm/hypervisor/src/kvm/
Dx86_64.rs572 fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid() method
1573 fn get_hyperv_cpuid() { in get_hyperv_cpuid() function
/external/crosvm/kvm/src/
Dlib.rs1292 pub fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid() method
2070 fn get_hyperv_cpuid() { in get_hyperv_cpuid() function
/external/crosvm/hypervisor/src/
Dx86_64.rs98 fn get_hyperv_cpuid(&self) -> Result<CpuId>; in get_hyperv_cpuid() method
/external/crosvm/crosvm_plugin/src/
Dlib.rs1258 fn get_hyperv_cpuid( in get_hyperv_cpuid() method