Home
last modified time | relevance | path

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

/external/crosvm/crosvm_plugin/src/
Dlib.rs429 let emulated_cpuids: &MainResponse_CpuidResponse = response.get_get_emulated_cpuid(); in get_emulated_cpuid() localVariable
431 *cpuid_count = emulated_cpuids.get_entries().len(); in get_emulated_cpuid()
436 for (proto_entry, kvm_entry) in emulated_cpuids in get_emulated_cpuid()