Home
last modified time | relevance | path

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

/external/crosvm/crosvm_plugin/src/
Dlib.rs396 let supported_cpuids: &MainResponse_CpuidResponse = response.get_get_supported_cpuid(); in get_supported_cpuid() localVariable
398 *cpuid_count = supported_cpuids.get_entries().len(); in get_supported_cpuid()
403 for (proto_entry, kvm_entry) in supported_cpuids in get_supported_cpuid()