Home
last modified time | relevance | path

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

/aosp_15_r20/external/crosvm/protos/src/
H A Dplugin.proto377 CpuidRequest get_hyperv_cpuid = 9; field
472 CpuidResponse get_hyperv_cpuid = 9; field
/aosp_15_r20/external/crosvm/kvm/tests/
H A Dkvm_tests.rs430 fn get_hyperv_cpuid() { in get_hyperv_cpuid() function
/aosp_15_r20/external/crosvm/kvm/src/
H A Dlib.rs1411 pub fn get_hyperv_cpuid(&self) -> Result<CpuId> { in get_hyperv_cpuid() method
/aosp_15_r20/external/crosvm/crosvm_plugin/src/
H A Dlib.rs1286 fn get_hyperv_cpuid( in get_hyperv_cpuid() method